mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-17 05:26:36 +00:00
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
1 changed files with 5 additions and 0 deletions
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 a new issue