[TxMt] Re: TM2: problem excluding files & directories

Allan Odgaard mailinglist at textmate.org
Tue Jan 17 00:24:35 UTC 2012


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.



More information about the textmate mailing list