nim-json-rpc/.gitignore
2018-04-11 14:48:34 +03:00

17 lines
178 B
Plaintext

# Ignore all files without extensions (unix executable files)
*
!*.*
!*/
# Ignore all binary outputs
*.so
*.dylib
*.a
*.la
*.exe
*.dll
# Ignore the nimcache folders
nimcache/