nim-eth/.gitignore

19 lines
266 B
Plaintext
Raw Normal View History

2019-02-05 10:10:36 +00:00
# Ignore all files without extensions (unix executable files)
*
!*.*
!*/
!LICENSE*
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
*.generated.nim