summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 4c6f5e9..4028033 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
-# Ignore object files
-*.o
+# Ignore Zig build dirs
+zig-cache/
-#Ignore the compiled binary
-even
+# Ignore the compiled binary
+zig-out/