mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -15,6 +15,8 @@ dnimcache/
|
||||
*.zip
|
||||
*.iss
|
||||
*.log
|
||||
*.ilk
|
||||
*.pdb
|
||||
|
||||
mapping.txt
|
||||
tags
|
||||
|
||||
Reference in New Issue
Block a user