Skip to content

Commit 41b3b30

Browse files
authored
gitignore: ignore upload-artefacts (#30325)
Our `WriteArchive`, used by ci builder, creates files in the repo root,in order to upload. After we've built the amd64-builds, we create the uploads, and cause the repo to be flagged as dirty for the remaining builds. This change fixes it by adding the artefacts to gitignore. Closes #30324
1 parent 8486722 commit 41b3b30

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ build/_vendor/pkg
2828
/build/bin/
2929
/geth*.zip
3030

31+
# used by the build/ci.go archive + upload tool
32+
/geth*.tar.gz
33+
3134
# travis
3235
profile.tmp
3336
profile.cov

0 commit comments

Comments
 (0)