mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-11-09 11:40:46 -05: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:
parent
752efd891d
commit
9273fe2dd8
1 changed files with 4 additions and 5 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -1,5 +1,4 @@
|
||||||
*~
|
/zig-cache/
|
||||||
*.swp
|
/zig-out/
|
||||||
zig-cache/
|
/answers/
|
||||||
answers/
|
/patches/healed/
|
||||||
patches/healed/
|
|
||||||
|
|
Loading…
Reference in a new issue