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: I03cae7b9b0c2a8bef30e5f4b39c0d75e752d7f6b
Closes-Bug: #1255884
This commit is contained in:
Sushil Kumar 2013-11-28 09:16:37 +00:00
parent 179279a4a0
commit c4e917df96
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
*~
.testrepository
*.swp
*.sw?
*.pyc
.tox
*.egg-info