nim-raft/.gitignore
2023-08-05 17:27:18 +03:00

8 lines
69 B
Plaintext

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