Ignore Vim swap files
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 31 May 2011 21:54:28 +0000 (21:54 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 31 May 2011 21:54:28 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132365 91177308-0d34-0410-b5e6-96231b3b80d8

.gitignore

index 2e2713a48ae5eea4d0da89bbe64b69d00ed24754..d7dcc54d080c695ecca516d58303797d2259b6dc 100644 (file)
@@ -15,6 +15,8 @@
 *.orig
 # Byte compiled python modules.
 *.pyc
 *.orig
 # Byte compiled python modules.
 *.pyc
+# vim swap files
+.*.swp
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).
 
 #==============================================================================#
 # Explicit files to ignore (only matches one).