pixie/.gitignore
Ryan Oldenburg 0113a4846c ignore dll
2020-12-09 23:49:00 -06:00

13 lines
100 B
Plaintext

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