.gitignore: Ignore any html coverage directory
authorSimon Glass <sjg@chromium.org>
Mon, 22 Nov 2021 03:48:36 +0000 (20:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 21:03:27 +0000 (16:03 -0500)
This is created when checking code coverage of Python tools. Ignore it.

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

index e66aa86..35034de 100644 (file)
@@ -95,3 +95,6 @@ GTAGS
 
 # Python cache
 __pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/