nim-raft/.gitignore

8 lines
69 B
Plaintext
Raw Normal View History

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