git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
253373d
)
.gitignore: Ignore any html coverage directory
author
Simon Glass
<sjg@chromium.org>
Mon, 22 Nov 2021 03:48:36 +0000
(20:48 -0700)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index
e66aa86
..
35034de
100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-95,3
+95,6
@@
GTAGS
# Python cache
__pycache__
+
+# Python code coverage output (python3-coverage html)
+/htmlcov/