From: Frédéric Lécaille Date: Fri, 2 Jun 2023 15:09:37 +0000 (+0200) Subject: CONTRIB: Add vi file extensions to .gitignore X-Git-Tag: v2.9-dev1~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=64d0ed515b10068dc21ac954fd2868d7f5d0e820;p=thirdparty%2Fhaproxy.git 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. --- 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