[llvm-commits] [llvm] r165569 - /llvm/trunk/.gitignore

Michael Liao michael.liao at intel.com
Tue Oct 9 16:48:34 PDT 2012


Author: hliao
Date: Tue Oct  9 18:48:34 2012
New Revision: 165569

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


Modified:
    llvm/trunk/.gitignore

Modified: llvm/trunk/.gitignore
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/.gitignore?rev=165569&r1=165568&r2=165569&view=diff
==============================================================================
--- llvm/trunk/.gitignore (original)
+++ llvm/trunk/.gitignore Tue Oct  9 18:48:34 2012
@@ -17,6 +17,7 @@
 *.pyc
 # vim swap files
 .*.swp
+.sw?
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).





More information about the llvm-commits mailing list