nimbus-eth1/.gitignore
Etan Kissling bc3f164b97
bump nim-eth for withdrawalsRoot support (#1326)
The `BlockHeader` structure in `nim-eth` was updated with support for
EIP-4895 (withdrawals). To enable the `nim-eth` bump, the ingress of
`BlockHeader` structures has been hardened to reject headers that have
the new `withdrawalsRoot` field until proper withdrawals support exists.
https://github.com/status-im/nim-eth/pull/562
2022-11-26 15:59:19 +01:00

41 lines
544 B
Plaintext

*~
# Executables shall be put in an ignored build/ directory
/build
# Nimble packages
/vendor/.nimble
# ntags/ctags output
/tags
# a symlink that can't be added to the repo because of Windows
/nimbus.nims
# Ignore dynamic, static libs and libtool archive files
*.so
*.dylib
*.a
*.la
*.exe
*.dll
# Ignore generated C and doc files
nimcache
/nimbus/docs
/debug*.json
/block*.json
/.update.timestamp
*.generated.nim
/dist
/all_test.md
# Nimble user files
nimble.develop
nimble.paths
# nimbus-build-system files
nimbus-build-system.paths