Skip to content

Commit f2aabd2

Browse files
Add test-extension patch artifacts to git ignore
Signed-off-by: killianmuldoon <[email protected]>
1 parent 2c2a1f1 commit f2aabd2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ test/e2e/data/infrastructure-docker/v1beta1/cluster-template*.yaml
1818
# E2e test extension deployment
1919
test/e2e/data/test-extension/deployment.yaml
2020

21+
# Output of Makefile targets using sed on MacOS systems
22+
*.yaml-e
23+
2124
# Output of the go coverage tool, specifically when used with LiteIDE
2225
*.out
2326

@@ -48,8 +51,6 @@ config/ci/rbac/auth_proxy_role.yaml
4851
config/ci/rbac/auth_proxy_role_binding.yaml
4952
config/ci/rbac/auth_proxy_service.yaml
5053
config/ci/manager/manager.yaml
51-
manager_image_patch.yaml-e
52-
manager_pull_policy.yaml-e
5354

5455
# Sample config files auto-generated by kubebuilder
5556
config/samples

0 commit comments

Comments
 (0)