mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
.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:
parent
253373d307
commit
f0198f7f89
3
.gitignore
vendored
3
.gitignore
vendored
@ -95,3 +95,6 @@ GTAGS
|
|||||||
|
|
||||||
# Python cache
|
# Python cache
|
||||||
__pycache__
|
__pycache__
|
||||||
|
|
||||||
|
# Python code coverage output (python3-coverage html)
|
||||||
|
/htmlcov/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user