From 266ed8408280931bcb562d4ffba413b7ed3e21dd Mon Sep 17 00:00:00 2001 From: Manlio Perillo Date: Mon, 24 Apr 2023 18:13:28 +0200 Subject: [PATCH] .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 --- .gitignore | 9 ++++----- 1 file 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/