summaryrefslogtreecommitdiffstatshomepage
path: root/.gitignore
diff options
context:
space:
mode:
authorManlio Perillo <manlio.perillo@gmail.com>2023-04-24 18:13:28 +0200
committerManlio Perillo <manlio.perillo@gmail.com>2023-04-25 16:13:38 +0200
commit9273fe2dd81a3a630b8520c8dc28e4895097b41a (patch)
tree72162fa5d6f6b43a89f8d2b34706184f90bd08c1 /.gitignore
parent752efd891da5d640b345849471357ba176fe4d1b (diff)
.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
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 4 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index eeb5eef..4dc8b36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
-*~
-*.swp
-zig-cache/
-answers/
-patches/healed/
+/zig-cache/
+/zig-out/
+/answers/
+/patches/healed/