Folder exclude patterns stopped working in beta9 for me.
!(.*/.[^/]*|_darcs|vendor/rails|CVS|~.nib|.(framework|app|pbproj|pbxproj|xcode|bundle))$
but both _darcs and vendor/rails show up and are included with command-t
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))$