19 lines
208 B
Plaintext
19 lines
208 B
Plaintext
# ignore files with no extention:
|
|
*
|
|
!*/
|
|
!*.*
|
|
|
|
# normal ignores:
|
|
*.exe
|
|
nimcache
|
|
*.pdb
|
|
*.ilk
|
|
.*
|
|
*.dll
|
|
__pycache__
|
|
bindings/generated
|
|
*.dSYM
|
|
dump.txt
|
|
tests/fileformats/jpeg/generated
|
|
tests/fileformats/jpeg/diff
|