.gitignore: Ignore any html coverage directory

This is created when checking code coverage of Python tools. Ignore it.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass 2021-11-21 20:48:36 -07:00 committed by Tom Rini
parent 253373d307
commit f0198f7f89

3
.gitignore vendored
View file

@ -95,3 +95,6 @@ GTAGS
# Python cache
__pycache__
# Python code coverage output (python3-coverage html)
/htmlcov/