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: Ic4a1a85dfdf21b7bd0abdf16a205446febab2fcd
Closes-Bug: #1255887
  • Loading branch information
Sushil Kumar committed Nov 28, 2013
1 parent 8a38b14 commit ed0b205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,6 +1,6 @@
*~
.testrepository
*.swp
*.sw?
*.pyc
.tox
*.egg
Expand Down

0 comments on commit ed0b205

Please sign in to comment.