Add covhtml to gitignore
When creating code coverage report using "./run_tests.sh -c" command a covhtml directory with results is created. This commit adds it to the .gitignore file. Change-Id: I55595d6983c932e6dae0520d70bd90d4973eeb6f
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -6,6 +6,7 @@
|
|||||||
subunit.log
|
subunit.log
|
||||||
*,cover
|
*,cover
|
||||||
cover
|
cover
|
||||||
|
covhtml
|
||||||
*.pyc
|
*.pyc
|
||||||
AUTHORS
|
AUTHORS
|
||||||
ChangeLog
|
ChangeLog
|
||||||
|
|||||||
Reference in New Issue
Block a user