summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2024-06-08 16:31:06 +0000
committerChris Boesch <chrboesch@noreply.codeberg.org>2024-06-08 16:31:06 +0000
commit7f78701d199be38809303d26b29d8a636cbcd201 (patch)
treed81ea56d728cee104060c143b6f7ca9d01039a5f /.gitignore
parent6223dc0f83cb903ad259aacfb4eb2e4e50eab9b0 (diff)
parent5c9b9bdc343f8960b16ac6d219274759396cfe64 (diff)
Merge branch 'main' into grammar
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index f07c7a1..53a6184 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,8 @@
-/zig-cache/
+/.zig-cache/
/zig-out/
/answers/
/patches/healed/
/output/
+
+# Leave this in here for older zig versions
+/zig-cache/