Add vim swap files to .gitignore

pull/1938/head
Brian Cloutier 2017-06-14 19:43:51 +03:00 committed by Marco Slot
parent e0c960e248
commit 2d617f609b
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -36,3 +36,6 @@ lib*.pc
/autom4te.cache
/Makefile.global
/src/Makefile.custom
# temporary files vim creates
*.swp