From 583b8f450652ca8ec5174640fa30e270d71586c5 Mon Sep 17 00:00:00 2001 From: Zhenguo Niu Date: Thu, 28 Nov 2013 23:12:00 +0800 Subject: [PATCH] Updates .gitignore To ignore swap files from getting into repository currently the implemented ignores are *.swp and *.swo however vim adds more swap files if these files exists, so improving this with *.sw? Change-Id: Ie1b458d2b862e6cf2552ae5be6c6178b72e960ab Closes-Bug: #1255876 --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 038c6d28e..f5f2d4426 100644 --- a/.gitignore +++ b/.gitignore @@ -24,5 +24,4 @@ subunit.log .tox/ .venv/ *.mo -*.swp -*.swo +*.sw?