Skip to content

Commit 1d006bd

Browse files
authoredAug 23, 2024
gitignore: ignore build signatures (ethereum#30346)
Ignore files are generated during signing of download-binaries, which 'dirty' the vcs for subsequent builds.
1 parent 0378dc8 commit 1d006bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ build/_vendor/pkg
3030

3131
# used by the build/ci.go archive + upload tool
3232
/geth*.tar.gz
33+
/geth*.tar.gz.sig
34+
/geth*.tar.gz.asc
35+
/geth*.zip.sig
36+
/geth*.zip.asc
37+
3338

3439
# travis
3540
profile.tmp

0 commit comments

Comments
 (0)