From 1bf918791c5d39da7d93fe02dafc04e756559031 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 25 Dec 2019 16:52:00 +0100 Subject: gitignore: add VIM *.swp pattern --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d886bfb9d..78677c35c 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,6 @@ debian/.debhelper/ *.vpw *.vpwhist *.vtg + +# VIM +*.swp -- cgit v1.2.3