.gitignore: add vim swap files (#545)

This commit is contained in:
Igor Mandrigin 2018-01-09 18:28:03 +01:00 committed by Ivan Daniluk
parent 21132a441f
commit 45d75da7cb
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -55,3 +55,9 @@ profile.cov
coverage.out coverage.out
coverage-all.out coverage-all.out
coverage.html coverage.html
# vim swap files
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-v][a-z]
[._]sw[a-p]