nim-eth-p2p/.gitignore

17 lines
240 B
Plaintext
Raw Normal View History

2018-04-01 05:41:05 +03:00
# Ignore all files without extensions (unix executable files)
*
!*.*
!*/
2018-03-30 17:17:34 +03:00
nimcache/
# Executables shall be put in an ignored build/ directory
# Ignore dynamic, static libs and libtool archive files
build/
*.so
*.dylib
*.a
*.la
*.exe
*.dll