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: I48846345de6838735d2d2e46328698f6a526f397
Closes-Bug: #1255876
This commit is contained in:
Zhenguo Niu 2013-11-28 22:37:58 +08:00 committed by niu-zglinux
parent a253b5cecd
commit 0ef054585a

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
AUTHORS
ChangeLog
*.swp
*.sw?
dist/
.tox
*.egg