mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-10 06:16:25 +00:00
44af08cc86
Bonus: `make NIMFLAGS="--stackTrace:on" testnet1` now works as expected
15 lines
189 B
Plaintext
15 lines
189 B
Plaintext
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
|
|
|
|
/scripts/testnet*.sh
|
|
|