Added Visual Studio build artifacts to gitignore

The Microsoft Linker creates an incremental linker database (extension: ilk)

Debugging symbols are stored in pdb files.
This commit is contained in:
Fredrik Høisæther Rasch
2017-03-20 16:22:23 +01:00
parent 7267d35c3f
commit 93e03144fc

2
.gitignore vendored
View File

@@ -15,6 +15,8 @@ dnimcache/
*.zip
*.iss
*.log
*.ilk
*.pdb
mapping.txt
tags