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 | |
parent | d005aef319bb691912357dae4aeceed27c596277 (diff) |
gitignore: Ignore new zig cache location in version 0.13.0
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello_world/.gitignore | 1 | ||||
-rw-r--r-- | examples/vfs_console/.gitignore | 1 | ||||
-rw-r--r-- | examples/zero_stream/.gitignore | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/examples/hello_world/.gitignore b/examples/hello_world/.gitignore index bfc5937..69b00b1 100644 --- a/examples/hello_world/.gitignore +++ b/examples/hello_world/.gitignore @@ -4,3 +4,4 @@ # zig cache and output /zig-*/ +/.zig-*/ diff --git a/examples/vfs_console/.gitignore b/examples/vfs_console/.gitignore index bfc5937..69b00b1 100644 --- a/examples/vfs_console/.gitignore +++ b/examples/vfs_console/.gitignore @@ -4,3 +4,4 @@ # zig cache and output /zig-*/ +/.zig-*/ 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-*/ |