From: Simon Glass <sjg@chromium.org>
Date: Mon, 22 Nov 2021 03:48:36 +0000 (-0700)
Subject: .gitignore: Ignore any html coverage directory
X-Git-Tag: v2025.01-rc5-pxa1908~1564^2~17
X-Git-Url: http://git.dujemihanovic.xyz/img/static/html/%7B%7B?a=commitdiff_plain;h=f0198f7f8936682752af2044ada7ef202c17f87a;p=u-boot.git

.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>
---

diff --git a/.gitignore b/.gitignore
index e66aa864da..35034de655 100644
--- a/.gitignore
+++ b/.gitignore
@@ -95,3 +95,6 @@ GTAGS
 
 # Python cache
 __pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/