[TxMt] Folder excludes in b9
Allan Odgaard
allan at macromates.com
Sun May 22 15:12:59 UTC 2005
On May 22, 2005, at 16:22, Tobias Luetke wrote:
> Folder exclude patterns stopped working in beta9 for me.
>
> !(.*/\.[^/]*|\_darcs|vendor\/rails|CVS|~\.nib|\.(framework|app|
> pbproj|pbxproj|xcode|bundle))$
Actually not entirely sure why it worked before b9, but the (default)
pattern was wrong ;)
Should have at least the .* outside the parenthesis:
!.*(/\.[^/]*|_darcs|vendor/rails|CVS|~\.nib|\.(framework|app|
pbproj|pbxproj|xcode|bundle))$
More information about the textmate
mailing list