authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-05-29 13:37:23-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-05-29 13:37:23-07:00
logb2588de6ccdfee87542e2bd18b74d3a14e349d95
treee4dd57ef0af0f565fa1fb80395b3a296cff128fa
parent2008d0f7c9cfb0ab5ea908c216751dbc335d1735

update .gitignore to account for .zig-cache rename


1 files changed, 5 insertions(+), 1 deletions(-)

.gitignore+5-1
......@@ -9,10 +9,14 @@
99# Cheers!
1010# -andrewrk
1111
12zig-cache/
12.zig-cache/
1313zig-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.
22zig-cache/