summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-25 16:52:00 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-26 14:05:52 +0100
commit1bf918791c5d39da7d93fe02dafc04e756559031 (patch)
tree3ed06c5d8f16ece58fabb22647773ca680846817 /.gitignore
parentb933cd91c96ccade616a6ddf90e8ddf8bf7cbfd5 (diff)
downloadvyos-1x-1bf918791c5d39da7d93fe02dafc04e756559031.tar.gz
vyos-1x-1bf918791c5d39da7d93fe02dafc04e756559031.zip
gitignore: add VIM *.swp pattern
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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