[SVN] r7799 (Objective-C)
Allan Odgaard
throw-away-1 at macromates.com
Wed Jul 25 23:41:52 UTC 2007
On 26. Jul 2007, at 01:10, Gerd Knops wrote:
> Ahh, learn something new every day, thanks! The above does not
> ignore those pesky ._*.h files though (resource-fork on NFS file
> systems), this would:
>
> find -E "$TM_PROJECT_DIRECTORY" -regex '.*/(_darcs|CVS|\..*)' -
> prune -or -name '*.h' \! -name '._*' -print
._* should be a subset of the .*/…\..* match and result in “prune”.
More information about the textmate-dev
mailing list