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

Signed-off-by: Simon Glass <s...@chromium.org>
---

 .gitignore | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitignore b/.gitignore
index e66aa864da6..35034de6556 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,3 +95,6 @@ GTAGS
 
 # Python cache
 __pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/
-- 
2.34.0.rc2.393.gf8c9666880-goog

Reply via email to