| author | |
| committer | |
| log | b2588de6ccdfee87542e2bd18b74d3a14e349d95 |
| tree | e4dd57ef0af0f565fa1fb80395b3a296cff128fa |
| parent | 2008d0f7c9cfb0ab5ea908c216751dbc335d1735 |
1 files changed, 5 insertions(+), 1 deletions(-)
.gitignore+5-1| ... | ... | @@ -9,10 +9,14 @@ |
| 9 | 9 | # Cheers! |
| 10 | 10 | # -andrewrk |
| 11 | 11 | |
| 12 | zig-cache/ | |
| 12 | .zig-cache/ | |
| 13 | 13 | zig-out/ |
| 14 | 14 | /release/ |
| 15 | 15 | /debug/ |
| 16 | 16 | /build/ |
| 17 | 17 | /build-*/ |
| 18 | 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. | |
| 22 | zig-cache/ |