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: Ic3e09f8cf0be35c98d89d862d40121a09c7b2498
Closes-Bug: #1255876
  • Loading branch information
niuzhenguo committed Nov 28, 2013
1 parent b99b25a commit beb30f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Expand Up @@ -7,7 +7,7 @@ subunit.log
cover
*.pyc
.idea
*.swp
*.sw?
*~
build
dist
Expand Down

0 comments on commit beb30f7

Please sign in to comment.