From 7208fae969225fd7915a7ecb9a98ef751dec7e69 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Tue, 9 Oct 2012 23:48:34 +0000 Subject: Add extra vim swap file pattern git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@165569 91177308-0d34-0410-b5e6-96231b3b80d8 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4e9e137614..24628309dc 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ *.pyc # vim swap files .*.swp +.sw? #==============================================================================# # Explicit files to ignore (only matches one). -- cgit v1.2.3