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: I91c799acfe186791061cd91414f606fd7cf08fb7
Closes-Bug: #1255876
This commit is contained in:
Sushil Kumar 2013-11-28 08:53:19 +00:00
parent 7711a78ac4
commit 5117c74d52
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,5 +1,5 @@
*.pyc
*.swp
*.sw?
*.sqlite3
.environment_version
.selenium_log