nim-stint/.gitignore

9 lines
65 B
Plaintext
Raw Normal View History

# ignore all executable files
*
!*.*
!*/
*.exe
2018-02-15 12:11:01 +00:00
nimcache/
build/