Skip to content

Commit c733615

Browse files
hyperpolymathclaude
andcommitted
chore(gitignore): ignore Agda/Zig/bench/priv build artifacts
Stops six untracked build outputs from cluttering the tree: Agda .agdai interface files, benches/eval_tmp + eval_results.json, demo guest wasm, priv/snif_eval.json, and zig/buffer_abi_build. All are regenerated by the proof/bench/build recipes. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 73e3b72 commit c733615

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,11 @@ deps/
114114
.cache/
115115
build/
116116
dist/
117+
118+
# Proof + guest build artifacts (snifs)
119+
*.agdai
120+
/benches/eval_tmp/
121+
/benches/eval_results.json
122+
/demo/priv/*.wasm
123+
/priv/snif_eval.json
124+
/zig/buffer_abi_build/

0 commit comments

Comments
 (0)