From 6e029425eb268730e638bfa142fbd1c2fbef78e2 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 22:23:29 +0800 Subject: 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(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4cf3b24..a2f08b5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ subunit.log cover *.pyc .idea -*.swp +*.sw? *.egg *~ .tox -- cgit v1.2.1