Ignore .testrepository and editor(s) files
This patch is just adding .testrepository and some editor(s) swap files to .gitignore. Change-Id: I94b52f5dea27ea3bc0fb590ef3abf74dc6e11876
This commit is contained in:
parent
a4bcd2f0b5
commit
8022fa939c
6
.gitignore
vendored
6
.gitignore
vendored
@ -37,6 +37,7 @@ pip-delete-this-directory.txt
|
||||
# Unit test / coverage reports
|
||||
htmlcov/
|
||||
.tox/
|
||||
.testrepository
|
||||
.coverage
|
||||
.coverage.*
|
||||
.cache
|
||||
@ -90,3 +91,8 @@ ENV/
|
||||
|
||||
# PyCharm settings
|
||||
.idea
|
||||
|
||||
# Editors
|
||||
*~
|
||||
.*.swp
|
||||
.*sw?
|
||||
|
Loading…
Reference in New Issue
Block a user