Skip to content

Commit

Permalink
Updates .gitignore
Browse files Browse the repository at this point in the history
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: Iff581457cabe936b8b285142caff92fcc849f04a
Closes-Bug: #1255876
  • Loading branch information
niuzhenguo committed Nov 28, 2013
1 parent 30ab238 commit 6e02942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -6,7 +6,7 @@ subunit.log
cover
*.pyc
.idea
*.swp
*.sw?
*.egg
*~
.tox
Expand Down

0 comments on commit 6e02942

Please sign in to comment.