From cd7f2cbd79df54ea41d9a075d904efc82bdcb440 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 22:18:19 +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: I1f3ee52050ac6812c34357ad786fd8210f4238f2 Closes-Bug: #1255876 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 114b2af5..6638d3d4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,7 +5,7 @@ subunit.log cover *.pyc .idea -*.swp +*.sw? *~ AUTHORS build