mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-08 11:20:46 -05:00
Ignore .zig-cache for new zig versions
zig cache directory was updated in ziglang/zig#20115
This commit is contained in:
parent
914141ec5a
commit
0279826f5b
1 changed files with 4 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -1,5 +1,8 @@
|
|||
/zig-cache/
|
||||
/.zig-cache/
|
||||
/zig-out/
|
||||
/answers/
|
||||
/patches/healed/
|
||||
/output/
|
||||
|
||||
# Leave this in here for older zig versions
|
||||
/zig-cache/
|
||||
|
|
Loading…
Reference in a new issue