1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2025-03-16 21:38:23 +00:00

gitignore: ignore codecov coverage report

We don't necessarily need to keep the codecov coverage report on the
git. As such, adding it to the gitignore to avoid it from accidental
commiting.

Signed-off-by: Muyassarov, Feruzjon <feruzjon.muyassarov@intel.com>
This commit is contained in:
Muyassarov, Feruzjon 2023-03-13 11:46:06 +02:00
parent adea670ded
commit 28a2be436f

1
.gitignore vendored
View file

@ -2,3 +2,4 @@ bin/
demo/helper-scripts/*.pdf demo/helper-scripts/*.pdf
demo/helper-scripts/*.log demo/helper-scripts/*.log
/kustomization.yaml /kustomization.yaml
coverage.out