Add Windows and VCC artifacts to gitignore
This commit is contained in:
parent
528886b24d
commit
9878279769
1 changed files with 8 additions and 0 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
|
@ -12,3 +12,11 @@ nimcache/
|
|||
/nimble
|
||||
/tests/nimscript/nimscript
|
||||
/tests/issue27/issue27
|
||||
|
||||
# Windows executables
|
||||
*.exe
|
||||
*.dll
|
||||
|
||||
# VCC compiler and linker artifacts
|
||||
*.ilk
|
||||
*.pdb
|
||||
Loading…
Add table
Add a link
Reference in a new issue