From f270c90e730a1914d4b241c9c02d2470b4ab0e2c Mon Sep 17 00:00:00 2001 From: Eugene Blikh Date: Mon, 25 May 2026 13:39:57 +0300 Subject: [PATCH] gitignore: skip locally-staged go tarballs in .builds/ I dropped go1.26.3.linux-amd64.tar.gz under .builds/ to (planned) pre-seed the S3 cache from this Mac. The cold-fill of S3 actually happened from a build VM first, but I'm keeping the gitignore so future hand-staging doesn't get committed. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 495acf71daf2bd88234be5054fcb72b20c5b9215..6b65f7a3186423990e0416dc0733e425e4ed807f 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ /runtime/pb/c_runtime.so /runtime/pb/c_runtime.dylib /runtime/pb/c/*.o +.builds/go*.tar.gz