nim-raft/.gitignore

8 lines
69 B
Plaintext

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