pixie/.gitignore

17 lines
147 B
Plaintext
Raw Normal View History

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__
bindings/generated
2021-11-29 00:03:26 +00:00
*.dSYM
dump.txt