Commit b2588de6cc

Andrew Kelley <andrew@ziglang.org>
2024-05-29 22:37:23
update .gitignore to account for .zig-cache rename
1 parent 2008d0f
Changed files (1)
.gitignore
@@ -9,10 +9,14 @@
 # Cheers!
 # -andrewrk
 
-zig-cache/
+.zig-cache/
 zig-out/
 /release/
 /debug/
 /build/
 /build-*/
 /docgen_tmp/
+
+# Although this was renamed to .zig-cache, let's leave it here for a few
+# releases to make it less annoying to work with multiple branches.
+zig-cache/