[llvm] r227620 - Add one more vim swap file pattern

Michael Liao michael.liao at intel.com
Fri Jan 30 13:59:28 PST 2015


Author: hliao
Date: Fri Jan 30 15:59:28 2015
New Revision: 227620

URL: http://llvm.org/viewvc/llvm-project?rev=227620&view=rev
Log:
Add one more vim swap file pattern


Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=227620&r1=227619&r2=227620&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Fri Jan 30 15:59:28 2015
@@ -16,7 +16,7 @@
 # Byte compiled python modules.
 *.pyc
 # vim swap files
-.*.swp
+.*.sw?
 .sw?
 #OS X specific files.
 .DS_store





More information about the llvm-commits mailing list