From 6e029425eb268730e638bfa142fbd1c2fbef78e2 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 22:23:29 +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: Iff581457cabe936b8b285142caff92fcc849f04a Closes-Bug: #1255876 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4cf3b24d7..a2f08b56b 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ subunit.log cover *.pyc .idea -*.swp +*.sw? *.egg *~ .tox