[.gitignore] ignore vim swap files harder

This matches the patterns for vim swap files in llvm/.gitignore

llvm-svn: 239875
This commit is contained in:
Sean Silva 2015-06-17 02:21:35 +00:00
parent 443844c474
commit eb32eac612
1 changed files with 1 additions and 1 deletions

2
clang/.gitignore vendored
View File

@ -16,7 +16,7 @@
# Byte compiled python modules.
*.pyc
# vim swap files
.*.swp
.*.sw?
.sw?
#==============================================================================#