Просмотр исходного кода

.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
Manlio Perillo 2 лет назад
Родитель
Сommit
9273fe2dd8
1 измененных файлов с 4 добавлено и 5 удалено
  1. 4 5
      .gitignore

+ 4 - 5
.gitignore

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