From 638d03de17753c57333fc43e07526dc0f13eebc8 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Tue, 9 Oct 2012 23:48:58 +0000 Subject: [PATCH] Add extra vim swap file pattern llvm-svn: 165570 --- clang/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/clang/.gitignore b/clang/.gitignore index b906ab9..6be9976 100644 --- a/clang/.gitignore +++ b/clang/.gitignore @@ -17,6 +17,7 @@ *.pyc # vim swap files .*.swp +.sw? #==============================================================================# # Explicit files to ignore (only matches one). -- 2.7.4