[TxMt] Re: ignore ".dSYM" folders?
Allan Odgaard
mailinglist at textmate.org
Sun Jan 2 19:00:05 UTC 2011
On 1 Jan 2011, at 01:01, Aaron Smith wrote:
> This is my current folder ignore pattern
>
> !.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
>
> I've tried adding |\.dSYM like this:
>
> !.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(framework|app|pbproj|pbxproj|xcode(proj)?|bundle)|\.dSYM)$
>
> And a couple other variations, but with no luck
I assume you want to ignore folders which has .dSYM *suffix*?
Try this one:
!.*/(\.[^/]*|CVS|_darcs|_MTN|\{arch\}|blib|.*~\.nib|.*\.(dSYM|framework|app|pbproj|pbxproj|xcode(proj)?|bundle))$
More information about the textmate
mailing list