From a2bbb67839722713d48b3c775d9402efba12c108 Mon Sep 17 00:00:00 2001 From: Jan Heylen Date: Fri, 20 Dec 2019 16:03:53 +0100 Subject: [PATCH] fix(helm): add .orig as typical backup file Mercurial VCS (hg) backout's can generate '.orig' files to avoid these being picked, generate a .helmignore where also the .orig files are ignored. Signed-off-by: Jan Heylen --- pkg/chartutil/create.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/chartutil/create.go b/pkg/chartutil/create.go index c67cde04f..4ca813593 100644 --- a/pkg/chartutil/create.go +++ b/pkg/chartutil/create.go @@ -170,6 +170,7 @@ const defaultIgnore = `# Patterns to ignore when building packages. *.swp *.bak *.tmp +*.orig *~ # Various IDEs .project