Skip to content

Commit 227d804

Browse files
hyperpolymathclaude
andcommitted
fix: remove tracked Zig build artifacts, update gitignore
Remove 5 tracked .zig-cache/ files from src/interface/ffi/. Replace path-specific zig patterns with global (unanchored) .zig-cache/ and zig-out/ patterns to match at any depth. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3303854 commit 227d804

6 files changed

Lines changed: 3 additions & 7 deletions

File tree

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,9 @@ __pycache__/
5353
/lib/
5454
/proof/
5555

56-
# Zig (new layout under src/interface/ffi/)
57-
/zig-cache/
58-
/zig-out/
59-
/src/interface/ffi/zig-cache/
60-
/src/interface/ffi/zig-out/
56+
# Zig build artifacts (global — matches any depth)
57+
.zig-cache/
58+
zig-out/
6159

6260
# Rust (new layout under src/rust/)
6361
/src/rust/target/

src/interface/ffi/.zig-cache/h/a429212b5cbb08e6ec1982bb389a4e00.txt

Whitespace-only changes.

src/interface/ffi/.zig-cache/h/timestamp

Whitespace-only changes.

src/interface/ffi/.zig-cache/o/f1ea4330472a4c6ebcbfed6922919020/dependencies.zig

Lines changed: 0 additions & 2 deletions
This file was deleted.
-429 Bytes
Binary file not shown.
-3.45 KB
Binary file not shown.

0 commit comments

Comments
 (0)