From 5117c74d526e4f98f3051e2b1097b082766e92b5 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Thu, 28 Nov 2013 08:53:19 +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: I91c799acfe186791061cd91414f606fd7cf08fb7 Closes-Bug: #1255876 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0f6793ef1b..d0976ebfba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.pyc -*.swp +*.sw? *.sqlite3 .environment_version .selenium_log