From 41b3b30863a86dc560a57043aa72b9efa1002094 Mon Sep 17 00:00:00 2001 From: Martin HS Date: Mon, 19 Aug 2024 20:06:57 +0200 Subject: [PATCH] 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 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3f27cdc00f..62f3a96e30 100644 --- a/.gitignore +++ b/.gitignore @@ -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