nim-raft/.gitignore
2023-08-09 13:06:34 +03:00

8 lines
69 B
Plaintext

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