Skip to content

Commit 0c073b4

Browse files
maass-hamburgMaureenHelm
authored andcommitted
docs: .gitignore: ignore coverage files
ignore files, that are generated when making the API doc coverage report. Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
1 parent 597b838 commit 0c073b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ outdir
2727
outdir-*
2828
scripts/basic/fixdep
2929
scripts/gen_idt/gen_idt
30+
coverage-report
31+
doc-coverage.info
3032
doc/_build
3133
doc/doxygen
3234
doc/xml
@@ -53,6 +55,7 @@ venv
5355
.venv
5456
.DS_Store
5557
.clangd
58+
new.info
5659

5760
# CI output
5861
compliance.xml

0 commit comments

Comments
 (0)