Commit b2588de6cc
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/