Merge pull request #370 from couven92/gitignore

Add Windows and VCC artifacts to gitignore
This commit is contained in:
Dominik Picheta 2017-06-24 13:37:12 +01:00 committed by GitHub
commit 0314df706f

8
.gitignore vendored
View file

@ -12,3 +12,11 @@ nimcache/
/nimble
/tests/nimscript/nimscript
/tests/issue27/issue27
# Windows executables
*.exe
*.dll
# VCC compiler and linker artifacts
*.ilk
*.pdb