From 61d306cd66a8c536a6d623f7dde96ab05de3c5a1 Mon Sep 17 00:00:00 2001 From: Joe Kratzat Date: Thu, 22 Sep 2022 08:32:36 -0400 Subject: [PATCH] test: ignore more e2e templates (#166) after running `make generate-e2e-templates` I notice two templates weren't ignored like our other ones. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 17c93aee..d269e912 100644 --- a/.gitignore +++ b/.gitignore @@ -49,6 +49,8 @@ test/e2e/data/infrastructure-oci/v1beta1/cluster-template-local-vcn-peering.yaml test/e2e/data/infrastructure-oci/v1beta1/cluster-template-cluster-class.yaml test/e2e/data/infrastructure-oci/v1beta1/cluster-template-remote-vcn-peering.yaml test/e2e/data/infrastructure-oci/v1beta1/cluster-template-externally-managed-vcn.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-alternative-region.yaml +test/e2e/data/infrastructure-oci/v1beta1/cluster-template-machine-pool.yaml # tilt tilt-settings.json \ No newline at end of file