Skip to content

Commit b2588de

Browse files
committed
update .gitignore to account for .zig-cache rename
1 parent 2008d0f commit b2588de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@
99
# Cheers!
1010
# -andrewrk
1111

12-
zig-cache/
12+
.zig-cache/
1313
zig-out/
1414
/release/
1515
/debug/
1616
/build/
1717
/build-*/
1818
/docgen_tmp/
19+
20+
# Although this was renamed to .zig-cache, let's leave it here for a few
21+
# releases to make it less annoying to work with multiple branches.
22+
zig-cache/

0 commit comments

Comments
 (0)