From c3e01a7e4604948122355dbf9b9317160bc22eab Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 22:27:06 +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: I9384015efdd1bc2a9bbfe6f25552cd909b155998 Closes-Bug: #1255876 --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 50953cf2e..42921e017 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ *.pyc *.DS_Store *.egg -*.swp +*.sw? AUTHORS ChangeLog build/*