Skip to content

Commit cd251d3

Browse files
hyperpolymathclaude
andcommitted
fix: remove tracked Zig build artifacts, update gitignore
Remove 19 tracked .zig-cache/ and zig-out/ files from runtime/shim/. Add global (unanchored) .zig-cache/ and zig-out/ patterns to gitignore so artifacts at any depth are ignored. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent d4def85 commit cd251d3

21 files changed

Lines changed: 4 additions & 1676 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ htmlcov/
9696
# ReScript/OCaml compiler artifacts
9797
*.cmti
9898
*.cmi
99+
100+
# Zig build artifacts (global)
101+
.zig-cache/
102+
zig-out/

runtime/shim/.zig-cache/h/7fe37b13be948687292bb5f08260ed9b.txt

Lines changed: 0 additions & 836 deletions
This file was deleted.

runtime/shim/.zig-cache/h/a429212b5cbb08e6ec1982bb389a4e00.txt

Lines changed: 0 additions & 838 deletions
This file was deleted.

runtime/shim/.zig-cache/h/timestamp

Whitespace-only changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)