Skip to content

Commit

Permalink
gitignore: ignore upload-artefacts (#30325)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
holiman authored Aug 19, 2024
1 parent 8486722 commit 41b3b30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ build/_vendor/pkg
/build/bin/
/geth*.zip

# used by the build/ci.go archive + upload tool
/geth*.tar.gz

# travis
profile.tmp
profile.cov
Expand Down

0 comments on commit 41b3b30

Please sign in to comment.