From 7d866044f4a6c32af1bba2d31a7c8c09b6f7fb6e Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Tue, 31 May 2011 21:54:28 +0000 Subject: [PATCH] Ignore Vim swap files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132365 91177308-0d34-0410-b5e6-96231b3b80d8 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 2e2713a48ae..d7dcc54d080 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,8 @@ *.orig # Byte compiled python modules. *.pyc +# vim swap files +.*.swp #==============================================================================# # Explicit files to ignore (only matches one). -- 2.34.1