Skip to content

Commit 9f301ec

Browse files
committed
Add kuttl test artifacts to .gitignore
Simply ignore the `kubeconfig` and `kuttl-report-openstack-lightspeed.xml` files that are generated during a kuttl test run (eg: `make kuttl-test-ocp`).
1 parent 6a09734 commit 9f301ec

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ go.work
2626
*.swp
2727
*.swo
2828
*~
29+
30+
# Kuttl test files
31+
kubeconfig
32+
kuttl-report-openstack-lightspeed.xml

0 commit comments

Comments
 (0)