diff options
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,5 +1,4 @@ -*~ -*.swp -zig-cache/ -answers/ -patches/healed/ +/zig-cache/ +/zig-out/ +/answers/ +/patches/healed/ |
![]() |
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 | 9 |
@@ -1,5 +1,4 @@ -*~ -*.swp -zig-cache/ -answers/ -patches/healed/ +/zig-cache/ +/zig-out/ +/answers/ +/patches/healed/ |