On 16/01/2012, at 22.35, Max Lein wrote: > […] > exclude = "{*.{aux,run.xml,tex.blg,thm,blg,bcf,fdb_latexmk,DS_Store,git}}" The brace expansion syntax MUST have a comma. {foo} → literal ‘{foo}’ {foo,bar} → ‘foo’ or ‘bar’. So in your glob, simply remove the outer braces.