nimbus-eth1/.gitignore

15 lines
179 B
Plaintext
Raw Normal View History

2018-01-04 06:08:24 +00:00
nimcache/
2018-05-30 19:11:15 +03:00
# Executables shall be put in an ignored build/ directory
2018-04-03 18:23:24 +02:00
build/
2018-11-21 15:48:17 +01:00
# Ignore dynamic, static libs and libtool archive files
2018-05-30 19:11:15 +03:00
*.so
*.dylib
*.a
*.la
*.exe
*.dll
2018-11-21 15:48:17 +01:00
2018-08-22 21:43:22 -06:00
VMTests.md