pixie/.gitignore
2020-11-19 18:41:32 -08:00

11 lines
94 B
Text

# ignore files with no extention:
*
!*/
!*.*
# normal ignores:
*.exe
nimcache
*.pdb
*.ilk
.*