From f0198f7f8936682752af2044ada7ef202c17f87a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 21 Nov 2021 20:48:36 -0700 Subject: .gitignore: Ignore any html coverage directory This is created when checking code coverage of Python tools. Ignore it. Signed-off-by: Simon Glass --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitignore') 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/ -- cgit v1.2.3