From: Bartosz Golaszewski Date: Mon, 1 Apr 2019 13:01:53 +0000 (+0200) Subject: gitignore: add .swp to the list of ignored extensions X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e8c9a673d3ad2efe5b0261be24f92a5f92f07b25;p=qemu-gpiodev%2Flibgpiod.git gitignore: add .swp to the list of ignored extensions We want to ignore vim swap files. Add .swp to .gitignore. Signed-off-by: Bartosz Golaszewski --- diff --git a/.gitignore b/.gitignore index 744be01..fdb0ed4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ libgpiod.pc libgpiodcxx.pc *.tar.gz *.patch +*.swp # autotools stuff .deps/