Skip to content

Commit 68746e0

Browse files
committed
chore(gitignore): add **/.zig-cache-global/ to ignore Zig global cache
The existing pattern `**/.zig-cache/` doesn't catch `.zig-cache-global/`, which is what Zig uses when ZIG_GLOBAL_CACHE_DIR is set. PR #135 was closed because a session committed ~98 cache files under this path; this prevents recurrence.
1 parent 2ec29e3 commit 68746e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ build/
2222
# Zig
2323
**/zig-out/
2424
**/.zig-cache/
25+
**/.zig-cache-global/
2526

2627
# Coq / Rocq
2728
*.vo

0 commit comments

Comments
 (0)