diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-25 16:52:00 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-26 14:05:52 +0100 |
commit | 1bf918791c5d39da7d93fe02dafc04e756559031 (patch) | |
tree | 3ed06c5d8f16ece58fabb22647773ca680846817 /.gitignore | |
parent | b933cd91c96ccade616a6ddf90e8ddf8bf7cbfd5 (diff) | |
download | vyos-1x-1bf918791c5d39da7d93fe02dafc04e756559031.tar.gz vyos-1x-1bf918791c5d39da7d93fe02dafc04e756559031.zip |
gitignore: add VIM *.swp pattern
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
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 |