maint: Ignore Vim swap files

This removes some noise when you're working on the repository
and also have a bunch of source files open in Vim in another
terminal.
This commit is contained in:
Andrea Bolognani 2015-05-05 13:34:06 +02:00 committed by Eric Blake
parent 564dd53791
commit 10525df616

1
.gitignore vendored
View File

@ -18,6 +18,7 @@
*.pyc
*.rej
*.s
*.swp
*~
.#*
.deps