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

16 lines
147 B
Text

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