From 8036cfb56e78eb17c842ef1581de403a6121b389 Mon Sep 17 00:00:00 2001 From: Ian Howell Date: Thu, 25 Apr 2019 14:01:09 -0500 Subject: [PATCH] Remove nonessential test files Signed-off-by: Ian Howell --- .../.helmignore | 21 ------------------- .../charts/subchart-with-schema/README.md | 3 --- .../chart-with-schema-negative/README.md | 3 --- .../testcharts/chart-with-schema/README.md | 3 --- 4 files changed, 30 deletions(-) delete mode 100644 cmd/helm/testdata/testcharts/chart-with-schema-and-subchart/.helmignore delete mode 100644 cmd/helm/testdata/testcharts/chart-with-schema-and-subchart/charts/subchart-with-schema/README.md delete mode 100644 cmd/helm/testdata/testcharts/chart-with-schema-negative/README.md delete mode 100644 cmd/helm/testdata/testcharts/chart-with-schema/README.md diff --git a/cmd/helm/testdata/testcharts/chart-with-schema-and-subchart/.helmignore b/cmd/helm/testdata/testcharts/chart-with-schema-and-subchart/.helmignore deleted file mode 100644 index f0c131944..000000000 --- a/cmd/helm/testdata/testcharts/chart-with-schema-and-subchart/.helmignore +++ /dev/null @@ -1,21 +0,0 @@ -# Patterns to ignore when building packages. -# This supports shell glob matching, relative path matching, and -# negation (prefixed with !). Only one pattern per line. -.DS_Store -# Common VCS dirs -.git/ -.gitignore -.bzr/ -.bzrignore -.hg/ -.hgignore -.svn/ -# Common backup files -*.swp -*.bak -*.tmp -*~ -# Various IDEs -.project -.idea/ -*.tmproj diff --git a/cmd/helm/testdata/testcharts/chart-with-schema-and-subchart/charts/subchart-with-schema/README.md b/cmd/helm/testdata/testcharts/chart-with-schema-and-subchart/charts/subchart-with-schema/README.md deleted file mode 100644 index ed73c1797..000000000 --- a/cmd/helm/testdata/testcharts/chart-with-schema-and-subchart/charts/subchart-with-schema/README.md +++ /dev/null @@ -1,3 +0,0 @@ -#Empty - -This space intentionally left blank. diff --git a/cmd/helm/testdata/testcharts/chart-with-schema-negative/README.md b/cmd/helm/testdata/testcharts/chart-with-schema-negative/README.md deleted file mode 100644 index ed73c1797..000000000 --- a/cmd/helm/testdata/testcharts/chart-with-schema-negative/README.md +++ /dev/null @@ -1,3 +0,0 @@ -#Empty - -This space intentionally left blank. diff --git a/cmd/helm/testdata/testcharts/chart-with-schema/README.md b/cmd/helm/testdata/testcharts/chart-with-schema/README.md deleted file mode 100644 index ed73c1797..000000000 --- a/cmd/helm/testdata/testcharts/chart-with-schema/README.md +++ /dev/null @@ -1,3 +0,0 @@ -#Empty - -This space intentionally left blank.