pixie/.gitignore

13 lines
100 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