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 <jan.heylen@nokia.com>
pull/7284/head
Jan Heylen 6 years ago
parent d876daa362
commit a2bbb67839

@ -170,6 +170,7 @@ const defaultIgnore = `# Patterns to ignore when building packages.
*.swp
*.bak
*.tmp
*.orig
*~
# Various IDEs
.project

Loading…
Cancel
Save