Skip to content

Commit ffa315f

Browse files
.gitignore: ignore binaries (#31531)
Ignores all hand-built binaries (built with go build, everything built with make is already ignored)
1 parent c8a9a9c commit ffa315f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,16 @@ profile.cov
4343
.vscode
4444

4545
tests/spec-tests/
46+
47+
# binaries
48+
cmd/abidump/abidump
49+
cmd/abigen/abigen
50+
cmd/blsync/blsync
51+
cmd/clef/clef
52+
cmd/devp2p/devp2p
53+
cmd/era/era
54+
cmd/ethkey/ethkey
55+
cmd/evm/evm
56+
cmd/geth/geth
57+
cmd/rlpdump/rlpdump
58+
cmd/workload/workload

0 commit comments

Comments
 (0)