diff options
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ -/zig-cache/ +/.zig-cache/ /zig-out/ /answers/ /patches/healed/ /output/ + +# Leave this in here for older zig versions +/zig-cache/ |
![]() |
index : zigling-exercises.git | |
| My copy of the Zigling exercises and their solutions. See the original at https://codeberg.org/ziglings/exercises | Ibrahim Muftee |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 5 |
@@ -1,5 +1,8 @@ -/zig-cache/ +/.zig-cache/ /zig-out/ /answers/ /patches/healed/ /output/ + +# Leave this in here for older zig versions +/zig-cache/ |