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: Iff581457cabe936b8b285142caff92fcc849f04a Closes-Bug: #1255876
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -6,7 +6,7 @@ subunit.log
|
|||||||
cover
|
cover
|
||||||
*.pyc
|
*.pyc
|
||||||
.idea
|
.idea
|
||||||
*.swp
|
*.sw?
|
||||||
*.egg
|
*.egg
|
||||||
*~
|
*~
|
||||||
.tox
|
.tox
|
||||||
|
Reference in New Issue
Block a user