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

12 lines
100 B
Text

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