Set --no-clean permenantly

Is there any possibility to set the --no-clean parameter in config.rb?

It looks like
set :skip_build_clean, Proc.new { ‘glob_expression’ }
could do the trick. But I just startet using Middleman, so I’m not an expert. Hopefully it doesn’t have any weird side effects.