Update gitignore
Ignore: 1. UT coverage reports 2. PyCharm files Change-Id: I02cd98625cc5c95d02f2327e434318e490e2c815
This commit is contained in:
parent
f68368fb68
commit
66ad4f64ae
4
.gitignore
vendored
4
.gitignore
vendored
@ -23,6 +23,7 @@ pip-log.txt
|
|||||||
|
|
||||||
# Unit test / coverage reports
|
# Unit test / coverage reports
|
||||||
.coverage
|
.coverage
|
||||||
|
cover
|
||||||
.tox
|
.tox
|
||||||
nosetests.xml
|
nosetests.xml
|
||||||
.testrepository
|
.testrepository
|
||||||
@ -35,6 +36,9 @@ nosetests.xml
|
|||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
|
|
||||||
|
#IntelJ Idea
|
||||||
|
.idea/
|
||||||
|
|
||||||
# Complexity
|
# Complexity
|
||||||
output/*.html
|
output/*.html
|
||||||
output/*/index.html
|
output/*/index.html
|
||||||
|
Loading…
Reference in New Issue
Block a user