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
This commit is contained in:
Zhenguo Niu 2013-11-28 23:12:00 +08:00 committed by niu-zglinux
parent 36a554f07a
commit 39f44068a7
1 changed files with 1 additions and 2 deletions

3
.gitignore vendored
View File

@ -24,5 +24,4 @@ subunit.log
.tox/
.venv/
*.mo
*.swp
*.swo
*.sw?