mirror of
https://github.com/luxfi/geth.git
synced 2026-07-27 01:59:25 +00:00
chore: update .gitignore to exclude build artifacts
Add patterns for /bin/, /build/geth, and tool binaries.
This commit is contained in:
@@ -45,6 +45,8 @@ profile.cov
|
||||
tests/spec-tests/
|
||||
|
||||
# binaries
|
||||
/bin/
|
||||
/build/geth
|
||||
cmd/abidump/abidump
|
||||
cmd/abigen/abigen
|
||||
cmd/blsync/blsync
|
||||
@@ -57,4 +59,11 @@ cmd/geth/geth
|
||||
cmd/rlpdump/rlpdump
|
||||
cmd/workload/workload
|
||||
cmd/keeper/keeper
|
||||
cmd/replay/replay
|
||||
cmd/fix-head/fix-head
|
||||
cmd/rehash-state/rehash-state
|
||||
cmd/scan-badger/scan-badger
|
||||
cmd/strip-namespace/strip-namespace
|
||||
cmd/verify-headers/verify-headers
|
||||
test-badger-persist
|
||||
geth
|
||||
|
||||
Reference in New Issue
Block a user