14 lines
178 B
Text
14 lines
178 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
|