mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-26 15:47:21 +00:00
.gitignore: ignore binaries (#31531)
Ignores all hand-built binaries (built with go build, everything built with make is already ignored)
This commit is contained in:
parent
c8a9a9c091
commit
ffa315f746
1 changed files with 13 additions and 0 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -43,3 +43,16 @@ profile.cov
|
|||
.vscode
|
||||
|
||||
tests/spec-tests/
|
||||
|
||||
# binaries
|
||||
cmd/abidump/abidump
|
||||
cmd/abigen/abigen
|
||||
cmd/blsync/blsync
|
||||
cmd/clef/clef
|
||||
cmd/devp2p/devp2p
|
||||
cmd/era/era
|
||||
cmd/ethkey/ethkey
|
||||
cmd/evm/evm
|
||||
cmd/geth/geth
|
||||
cmd/rlpdump/rlpdump
|
||||
cmd/workload/workload
|
||||
Loading…
Reference in a new issue