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: I9384015efdd1bc2a9bbfe6f25552cd909b155998
Closes-Bug: #1255876
  • Loading branch information
niuzhenguo committed Nov 28, 2013
1 parent 9a2754c commit c3e01a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
*.pyc
*.DS_Store
*.egg
*.swp
*.sw?
AUTHORS
ChangeLog
build/*
Expand Down

0 comments on commit c3e01a7

Please sign in to comment.