From 13d53709512d17203aa1565e547adef111ddbffc Mon Sep 17 00:00:00 2001 From: James Tucker Date: Mon, 13 Apr 2026 16:58:56 -0700 Subject: [PATCH] .gitignore: explicitly include tool/go.exe Updates #19255 Signed-off-by: James Tucker --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4bfabc80f..e1f6be02e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,12 +1,15 @@ # Binaries for programs and plugins *~ *.tmp -*.exe *.dll *.so *.dylib *.spk +*.exe +# tool/go.exe is built specially and committed. +!/tool/go.exe + cmd/tailscale/tailscale cmd/tailscaled/tailscaled ssh/tailssh/testcontainers/tailscaled