2
0
mirror of https://github.com/status-im/nim-raft.git synced 2025-02-15 14:46:44 +00:00

8 lines
69 B
Plaintext
Raw Permalink Normal View History

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