From 359be33583d5711386130191c3072262fb073752 Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Sat, 15 Aug 2026 11:07:38 -0700 Subject: [PATCH] chore: gitignore the gen-accessors tool's SPM build output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit skill-e2e-ios-swift-build compiles the Swift package in place, leaving .build/ (2,800+ files) and Package.resolved untracked after every periodic run — the workspace read as ~100 dirty changes with a clean tree. Same class as the dist/ binaries: build output, never committed. --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 5196c0d05..ee813182c 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,8 @@ docs/throughput-*.json # gbrain local source-staging dir (capability checks, source clones) — runtime artifact .sources/ + +# SPM build output from the gen-accessors tool (built in place by +# skill-e2e-ios-swift-build; regenerates on every run — never commit) +ios-qa/scripts/gen-accessors-tool/.build/ +ios-qa/scripts/gen-accessors-tool/Package.resolved