nim-stint/.gitignore
2018-05-03 21:10:55 +03:00

9 lines
65 B
Plaintext

# ignore all executable files
*
!*.*
!*/
*.exe
nimcache/
build/