1
0
Fork 0
mirror of https://github.com/ratfactor/ziglings synced 2024-04-24 22:05:10 +02:00

.gitignore: add zig-out, remove vim backup and swap files

Add the zig-out directory, since the install step is available.

Remove the vim backup and swap files, since it is possible to configure
vim to use a custom directory.

Ensure all the directories are anchored to the root directory.

Closes #251
This commit is contained in:
Manlio Perillo 2023-04-24 18:13:28 +02:00
parent 71dc28d9ae
commit 266ed84082

9
.gitignore vendored
View File

@ -1,5 +1,4 @@
*~
*.swp
zig-cache/
answers/
patches/healed/
/zig-cache/
/zig-out/
/answers/
/patches/healed/