From bcf948a7d03776453f1e5a0db1b6e29bb0b7edc3 Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Wed, 17 Jun 2015 02:21:35 +0000 Subject: [.gitignore] ignore vim swap files harder This matches the patterns for vim swap files in llvm/.gitignore git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@239875 91177308-0d34-0410-b5e6-96231b3b80d8 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6c34e37f4c..3d07e81baf 100644 --- a/.gitignore +++ b/.gitignore @@ -16,7 +16,7 @@ # Byte compiled python modules. *.pyc # vim swap files -.*.swp +.*.sw? .sw? #==============================================================================# -- cgit v1.2.1