From 27ce3a40593d72dcc3ab82056406926892e069ca Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Thu, 28 Nov 2013 09:20:58 +0000 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: Ic4a1a85dfdf21b7bd0abdf16a205446febab2fcd Closes-Bug: #1255887 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e307a92..8f92368 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *~ .testrepository -*.swp +*.sw? *.pyc .tox *.egg