aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorNico Elbers <nico.b.elbers@gmail.com>2024-05-30 18:23:28 +0200
committerNico Elbers <nico.b.elbers@gmail.com>2024-05-30 18:23:28 +0200
commit0279826f5b08914fff52eee4e41d8355ee279d0b (patch)
tree984ad71e5a4fc90e4c4130a5d869bf18f83ad790
parent914141ec5a573aa179ae1b0af2f418570f60a715 (diff)
Ignore .zig-cache for new zig versions
zig cache directory was updated in ziglang/zig#20115
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f07c7a1..53a6184 100644
--- a/.gitignore
+++ b/.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/