nimbus-eth1/.gitignore

21 lines
236 B
Plaintext

/nimcache
# Executables shall be put in an ignored build/ directory
/build
# external packages
/vendor
# ntags/ctags output
/tags
# Ignore dynamic, static libs and libtool archive files
*.so
*.dylib
*.a
*.la
*.exe
*.dll
VMTests.md