nimbus-eth1/.gitignore
2018-08-22 21:43:22 -06:00

19 lines
261 B
Plaintext

# 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
VMTests.md