commit | 890d848cc0d140fff634d02463bfde6ec065d910 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Nov 21 20:48:36 2021 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 24 16:03:27 2022 -0500 |
tree | 41c6003a4421132c4a75758c8d63c96e16d03eb7 | |
parent | 135d994ec01739b464c1a6ba88d25484b76b1d8f [diff] [blame] |
.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 e66aa86..35034de 100644 --- a/.gitignore +++ b/.gitignore
@@ -95,3 +95,6 @@ # Python cache __pycache__ + +# Python code coverage output (python3-coverage html) +/htmlcov/