pull/4064/head
jgleonard 7 years ago
parent a24c790d37
commit f8f8fb4cb0

@ -98,7 +98,7 @@ func TestIgnore(t *testing.T) {
{`cargo/*.*`, "cargo/a.txt", true},
{`cargo/*.txt`, "mast/a.txt", false},
{`ru[c-e]?er.txt`, "rudder.txt", true},
// ".?*" should not get ignored. https://github.com/kubernetes/helm/issues/4058
// ".?*" should not get ignored. https://github.com/kubernetes/helm/issues/4058
{`templates/.?*`, "templates/.dotfile", false},
// "." should never get ignored. https://github.com/kubernetes/helm/issues/1776
{`.*`, ".", false},

Loading…
Cancel
Save