gitignore: ignore upload-artefacts

This commit is contained in:
Martin Holst Swende 2024-08-19 19:54:34 +02:00
parent 710c3f32ac
commit 3f1b2306e4
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

3
.gitignore vendored
View file

@ -28,6 +28,9 @@ build/_vendor/pkg
/build/bin/ /build/bin/
/geth*.zip /geth*.zip
# used by the build/ci.go archive + upload tool
/geth*.tar.gz
# travis # travis
profile.tmp profile.tmp
profile.cov profile.cov