From: Simon Glass Date: Mon, 22 Nov 2021 03:48:36 +0000 (-0700) Subject: .gitignore: Ignore any html coverage directory X-Git-Url: http://git.dujemihanovic.xyz/?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 --- 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/