nim-raft/.gitignore

9 lines
81 B
Plaintext

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