aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorTheodorSmall <TheodorSmall@users.noreply.github.com>2024-07-16 23:03:24 +0200
committerHimbeer <himbeer@disroot.org>2024-07-17 11:04:20 +0200
commite3b66e2a94830d9add54e0ab49524a6287072d40 (patch)
tree6dce11bda6f488824156eb98e6bd4e64c28d56b2 /examples
parentd005aef319bb691912357dae4aeceed27c596277 (diff)
gitignore: Ignore new zig cache location in version 0.13.0
Diffstat (limited to 'examples')
-rw-r--r--examples/hello_world/.gitignore1
-rw-r--r--examples/vfs_console/.gitignore1
-rw-r--r--examples/zero_stream/.gitignore1
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-*/