Browse Source

Merge pull request 'Ignore .zig-cache for new zig versions' (#102) from NicoElbers/exercises:main into main

Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/102
Chris Boesch 1 year ago
parent
commit
5c9b9bdc34
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .gitignore

+ 4 - 1
.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/