From f843f8eac51500e34374f5324cfe7710e855b7a8 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 3 Sep 2026 13:53:37 -0700 Subject: [PATCH 1/2] Add tools/custom-gcl.exe.hash to .gitignore This build output gets produced by lint locally, but doesn't get ignored currently. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 6baeed8f5f4f2..7614a1191d5cd 100644 --- a/.gitignore +++ b/.gitignore @@ -51,6 +51,7 @@ dist /go.work.sum /tsc/cmd/tsc/tsc /tsc/tsc +tools/custom-gcl.exe.hash # Native compiler outputs *.exe From 69828c7596eb8af5b125b933c53ee1df2f41a8a0 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Thu, 3 Sep 2026 13:56:43 -0700 Subject: [PATCH 2/2] Reorganize .gitignore file entries --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7614a1191d5cd..8efb59d89ae1d 100644 --- a/.gitignore +++ b/.gitignore @@ -51,7 +51,6 @@ dist /go.work.sum /tsc/cmd/tsc/tsc /tsc/tsc -tools/custom-gcl.exe.hash # Native compiler outputs *.exe @@ -129,6 +128,7 @@ tsc/testdata/baselines/tmp tools/custom-gcl tools/custom-gcl.exe tools/custom-gcl.hash +tools/custom-gcl.exe.hash # Keep tracked text assets that overlap broad output patterns !tsc/testdata/baselines/reference/**/*.txt