]> granicus.if.org Git - clang/commitdiff
[.gitignore] ignore vim swap files harder
authorSean Silva <chisophugis@gmail.com>
Wed, 17 Jun 2015 02:21:35 +0000 (02:21 +0000)
committerSean Silva <chisophugis@gmail.com>
Wed, 17 Jun 2015 02:21:35 +0000 (02:21 +0000)
This matches the patterns for vim swap files in llvm/.gitignore

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239875 91177308-0d34-0410-b5e6-96231b3b80d8

.gitignore

index 6c34e37f4cb610ab079d776f3e154ea91a0bf307..3d07e81baf3867a99e5ef92adef74985aae75b7e 100644 (file)
@@ -16,7 +16,7 @@
 # Byte compiled python modules.
 *.pyc
 # vim swap files
-.*.swp
+.*.sw?
 .sw?
 
 #==============================================================================#