13 lines
100 B
Plaintext
13 lines
100 B
Plaintext
# ignore files with no extention:
|
|
*
|
|
!*/
|
|
!*.*
|
|
|
|
# normal ignores:
|
|
*.exe
|
|
nimcache
|
|
*.pdb
|
|
*.ilk
|
|
.*
|
|
*.dll
|