pixie/.gitignore
Ryan Oldenburg 7debb739f9 small things
2021-08-23 18:18:35 -05:00

14 lines
112 B
Plaintext

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