Skip to content

Commit a60fcdd

Browse files
hyperpolymathclaude
andcommitted
chore: remove tracked Zig cache and fix .gitignore patterns
Unanchor zig-out/, zig-cache/, target/, _build/ patterns to match nested monorepo paths. Add .zig-cache/ pattern. Removes 18 tracked Zig build cache files from overlay-protocol/. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7bbd407 commit a60fcdd

19 files changed

Lines changed: 6 additions & 2527 deletions

File tree

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ Thumbs.db
1010
.idea/
1111
.vscode/
1212

13-
# Build
14-
/target/
15-
/_build/
13+
# Build (unanchored to match nested monorepo paths)
14+
target/
15+
_build/
1616
/build/
1717
/dist/
1818
/out/
19-
/zig-out/
20-
/zig-cache/
19+
zig-out/
20+
zig-cache/
21+
.zig-cache/
2122

2223
# Dependencies
2324
/node_modules/

overlay-protocol/ffi/zig/.zig-cache/h/1e0041b5b468dd5a982f63f58a643d68.txt

Whitespace-only changes.

overlay-protocol/ffi/zig/.zig-cache/h/28deb98c787b2be5d99a21134f16ea8b.txt

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

overlay-protocol/ffi/zig/.zig-cache/h/40bae8fc9ac13f4fd6fc42d1464e2ad3.txt

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

overlay-protocol/ffi/zig/.zig-cache/h/5ed59d391befffcec4c6f9a972950629.txt

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

overlay-protocol/ffi/zig/.zig-cache/h/9b4817eb4dda396372ddc82787f4a2f3.txt

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

overlay-protocol/ffi/zig/.zig-cache/h/a429212b5cbb08e6ec1982bb389a4e00.txt

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

overlay-protocol/ffi/zig/.zig-cache/h/aa46a6e6aca39246f11c1de5460aefc2.txt

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

overlay-protocol/ffi/zig/.zig-cache/h/timestamp

Whitespace-only changes.
Binary file not shown.

0 commit comments

Comments
 (0)