From: Jakob Stoklund Olesen Date: Tue, 31 May 2011 21:54:28 +0000 (+0000) Subject: Ignore Vim swap files X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7d866044f4a6c32af1bba2d31a7c8c09b6f7fb6e;p=oota-llvm.git Ignore Vim swap files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132365 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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).