2020-11-20 02:41:32 +00:00
|
|
|
# ignore files with no extention:
|
|
|
|
*
|
|
|
|
!*/
|
|
|
|
!*.*
|
|
|
|
|
|
|
|
# normal ignores:
|
|
|
|
*.exe
|
|
|
|
nimcache
|
|
|
|
*.pdb
|
|
|
|
*.ilk
|
|
|
|
.*
|
2020-12-10 05:48:43 +00:00
|
|
|
*.dll
|
2021-08-23 23:12:53 +00:00
|
|
|
__pycache__
|
2021-09-01 18:15:33 +00:00
|
|
|
bindings/generated
|
2021-11-29 00:03:26 +00:00
|
|
|
*.dSYM
|
|
|
|
dump.txt
|
2022-05-05 16:19:17 +00:00
|
|
|
tests/fileformats/jpeg/generated
|
2022-05-11 22:54:02 +00:00
|
|
|
tests/fileformats/jpeg/diffs
|