[PATCH 1/6] .gitignore: Ignore any html coverage directory
Simon Glass
sjg at chromium.org
Mon Nov 22 04:48:36 CET 2021
This is created when checking code coverage of Python tools. Ignore it.
Signed-off-by: Simon Glass <sjg at 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
More information about the U-Boot
mailing list