From c474f1e683d8781f9b26674af73baa765b742310 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Tue, 31 May 2011 21:54:28 +0000 Subject: Ignore Vim swap files llvm-svn: 132365 --- llvm/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/.gitignore') diff --git a/llvm/.gitignore b/llvm/.gitignore index 2e2713a..d7dcc54 100644 --- a/llvm/.gitignore +++ b/llvm/.gitignore @@ -15,6 +15,8 @@ *.orig # Byte compiled python modules. *.pyc +# vim swap files +.*.swp #==============================================================================# # Explicit files to ignore (only matches one). -- cgit v1.1