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: I5c70908e32fc5316e395c72810fc45f5db8a7a77
Closes-Bug: #1255864
This commit is contained in:
Sushil Kumar 2013-11-28 07:58:49 +00:00 committed by Gerrit Code Review
parent f72f369538
commit 083c07c4b5
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
*.pyc
*.swp
*.sw?
*.egg/
vendor
.ksl-venv