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 @@...@@ -9,10 +9,14 @@
9# Cheers!9# Cheers!
10# -andrewrk10# -andrewrk
1111
12zig-cache/12.zig-cache/
13zig-out/13zig-out/
14/release/14/release/
15/debug/15/debug/
16/build/16/build/
17/build-*/17/build-*/
18/docgen_tmp/18/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/