nimble/.gitignore
2017-06-24 13:10:08 +02:00

22 lines
No EOL
261 B
Text

# Any path
*.swp
*~
nimcache/
# Absolute paths
/src/babel
/src/nimble
/tests/tester
# executables from test and build
/nimble
/tests/nimscript/nimscript
/tests/issue27/issue27
# Windows executables
*.exe
*.dll
# VCC compiler and linker artifacts
*.ilk
*.pdb