Browse Source

Ignore .zig-cache for new zig versions

zig cache directory was updated in ziglang/zig#20115
Nico Elbers 1 year ago
parent
commit
0279826f5b
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore

+ 4 - 1
.gitignore

@@ -1,5 +1,8 @@
-/zig-cache/
+/.zig-cache/
 /zig-out/
 /answers/
 /patches/healed/
 /output/
+
+# Leave this in here for older zig versions
+/zig-cache/