diff --git a/spread/runner.go b/spread/runner.go index c84ff63d..ebf4b009 100644 --- a/spread/runner.go +++ b/spread/runner.go @@ -277,7 +277,7 @@ func (r *Runner) prepareContent() (err error) { return fmt.Errorf("cannot remove temporary content file: %v", err) } - args := []string{"c", "--exclude=.spread-reuse.*"} + args := []string{"c", "--exclude=.spread-reuse.*", "--warning=no-file-ignored"} if r.project.Repack == "" { args[0] = "cz" }