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>
This commit is contained in:
parent
597b838e84
commit
0c073b409f
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -27,6 +27,8 @@ outdir
|
|||
outdir-*
|
||||
scripts/basic/fixdep
|
||||
scripts/gen_idt/gen_idt
|
||||
coverage-report
|
||||
doc-coverage.info
|
||||
doc/_build
|
||||
doc/doxygen
|
||||
doc/xml
|
||||
|
|
@ -53,6 +55,7 @@ venv
|
|||
.venv
|
||||
.DS_Store
|
||||
.clangd
|
||||
new.info
|
||||
|
||||
# CI output
|
||||
compliance.xml
|
||||
|
|
|
|||
Loading…
Reference in a new issue