From beb30f714ec871b6ef7c0506a7186ce739c21bd1 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 22:34:12 +0800 Subject: [PATCH] Updates .gitignore To ignore swap files from getting into repository currently the implemented ignore is *.swp however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: Ic3e09f8cf0be35c98d89d862d40121a09c7b2498 Closes-Bug: #1255876 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b237f4133..5e1b43c4c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,7 @@ subunit.log cover *.pyc .idea -*.swp +*.sw? *~ build dist