Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Sushil Kumar committed Nov 28, 2013
1 parent 7711a78 commit 5117c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,5 +1,5 @@
*.pyc
*.swp
*.sw?
*.sqlite3
.environment_version
.selenium_log
Expand Down

0 comments on commit 5117c74

Please sign in to comment.