gitignore: ignore build signatures (#30346)
Ignore files are generated during signing of download-binaries, which 'dirty' the vcs for subsequent builds.
This commit is contained in:
parent
0378dc8367
commit
1d006bd5bf
5
.gitignore
vendored
5
.gitignore
vendored
@ -30,6 +30,11 @@ build/_vendor/pkg
|
|||||||
|
|
||||||
# used by the build/ci.go archive + upload tool
|
# used by the build/ci.go archive + upload tool
|
||||||
/geth*.tar.gz
|
/geth*.tar.gz
|
||||||
|
/geth*.tar.gz.sig
|
||||||
|
/geth*.tar.gz.asc
|
||||||
|
/geth*.zip.sig
|
||||||
|
/geth*.zip.asc
|
||||||
|
|
||||||
|
|
||||||
# travis
|
# travis
|
||||||
profile.tmp
|
profile.tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user