From 64d0ed515b10068dc21ac954fd2868d7f5d0e820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20L=C3=A9caille?= Date: Fri, 2 Jun 2023 17:09:37 +0200 Subject: [PATCH] CONTRIB: Add vi file extensions to .gitignore *.swp and *.swo file extensions are used by vi. Very annoying to not have them ignored by git. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 95aaa0e047..0e3b22d906 100644 --- a/.gitignore +++ b/.gitignore @@ -38,6 +38,7 @@ *.rej *.orig *.bak +*.sw[op] # And reject some specific files /admin/halog/halog /admin/dyncookie/dyncookie