From 86532d1c7187e503fad6a9634f83116f989b0a2a Mon Sep 17 00:00:00 2001 From: Amulyam24 Date: Tue, 24 Sep 2024 19:00:33 +0530 Subject: [PATCH] Ignore test coverage files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index edca10879..4e9ba6374 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,8 @@ cmd/clusterctl/examples/ibmcloud/provider-component/user-data/ubuntu/worker-user # test coverage out cover.out +cover.html +cover.txt # JUnit test output from ginkgo unit tests junit*.xml