Skip to content

Commit 00b9e4b

Browse files
holimanmask-pp
authored andcommitted
gitignore: ignore build signatures (ethereum#30346)
Ignore files are generated during signing of download-binaries, which 'dirty' the vcs for subsequent builds.
1 parent 705008d commit 00b9e4b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
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)