aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-04-01 15:01:53 +0200
committerBartosz Golaszewski <bgolaszewski@baylibre.com>2019-04-01 15:03:20 +0200
commite8c9a673d3ad2efe5b0261be24f92a5f92f07b25 (patch)
tree7edfdcf8575d70678f12601a30a0470c73d38a5a
parenta02f790d549580a1f4128dbfd8dfb2924f2e72ed (diff)
downloadlibgpiod-e8c9a673d3ad2efe5b0261be24f92a5f92f07b25.tar.gz
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 <bgolaszewski@baylibre.com>
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 744be014..fdb0ed44 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@ libgpiod.pc
libgpiodcxx.pc
*.tar.gz
*.patch
+*.swp
# autotools stuff
.deps/