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: Ic4a1a85dfdf21b7bd0abdf16a205446febab2fcd
Closes-Bug: #1255887
This commit is contained in:
Sushil Kumar 2013-11-28 09:20:58 +00:00
parent 8a38b14ecf
commit ed0b20516a
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

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