diff --git a/.gitignore b/.gitignore index ee8689ed58c8..f03d849841d1 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ test/e2e/data/infrastructure-docker/v1beta1/cluster-template*.yaml # E2e test extension deployment test/e2e/data/test-extension/deployment.yaml +# Output of Makefile targets using sed on MacOS systems +*.yaml-e + # Output of the go coverage tool, specifically when used with LiteIDE *.out @@ -48,8 +51,6 @@ config/ci/rbac/auth_proxy_role.yaml config/ci/rbac/auth_proxy_role_binding.yaml config/ci/rbac/auth_proxy_service.yaml config/ci/manager/manager.yaml -manager_image_patch.yaml-e -manager_pull_policy.yaml-e # Sample config files auto-generated by kubebuilder config/samples