]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
.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 e66aa864da62c8ccc06a6f72b9bd528f771d4042..35034de6556b974394514c245c9a1c0fa88e6120 100644 (file)
@@ -95,3 +95,6 @@ GTAGS
 
 # Python cache
 __pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/