nim-eth-common/.gitignore

18 lines
250 B
Plaintext
Raw Permalink Normal View History

2018-05-30 07:45:17 +00:00
# Ignore all files without extensions (unix executable files)
*
!*.*
!*/
2018-05-30 07:47:55 +00:00
!LICENSE*
2018-05-30 07:45:17 +00: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