From ed0b20516a5964420d82a28c3c5366367428fd5c 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 e307a924..8f923687 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *~ .testrepository -*.swp +*.sw? *.pyc .tox *.egg