diff options
author | TheodorSmall <TheodorSmall@users.noreply.github.com> | 2024-07-16 23:03:24 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-07-17 11:04:20 +0200 |
commit | e3b66e2a94830d9add54e0ab49524a6287072d40 (patch) | |
tree | 6dce11bda6f488824156eb98e6bd4e64c28d56b2 /examples/zero_stream | |
parent | d005aef319bb691912357dae4aeceed27c596277 (diff) |
gitignore: Ignore new zig cache location in version 0.13.0
Diffstat (limited to 'examples/zero_stream')
-rw-r--r-- | examples/zero_stream/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/zero_stream/.gitignore b/examples/zero_stream/.gitignore index bfc5937..69b00b1 100644 --- a/examples/zero_stream/.gitignore +++ b/examples/zero_stream/.gitignore @@ -4,3 +4,4 @@ # zig cache and output /zig-*/ +/.zig-*/ |