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
|
||||
.coverage
|
||||
cover
|
||||
.tox
|
||||
nosetests.xml
|
||||
.testrepository
|
||||
@ -35,6 +36,9 @@ nosetests.xml
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
#IntelJ Idea
|
||||
.idea/
|
||||
|
||||
# Complexity
|
||||
output/*.html
|
||||
output/*/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user