pixie/.gitignore
2021-11-28 16:03:26 -08:00

17 lines
147 B
Plaintext

# ignore files with no extention:
*
!*/
!*.*
# normal ignores:
*.exe
nimcache
*.pdb
*.ilk
.*
*.dll
__pycache__
bindings/generated
*.dSYM
dump.txt