13 lines
167 B
Plaintext
13 lines
167 B
Plaintext
|
/nimcache
|
||
|
|
||
|
# Executables shall be put in an ignored build/ directory
|
||
|
/build
|
||
|
|
||
|
# Ignore dynamic, static libs and libtool archive files
|
||
|
*.so
|
||
|
*.dylib
|
||
|
*.a
|
||
|
*.la
|
||
|
*.exe
|
||
|
*.dll
|