From 3f1b2306e4aba6b5f075ef066b3d0b673b83e200 Mon Sep 17 00:00:00 2001 From: Martin Holst Swende Date: Mon, 19 Aug 2024 19:54:34 +0200 Subject: [PATCH] gitignore: ignore upload-artefacts --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3f27cdc00f07..62f3a96e30ef 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