Hi,
in one folder, I have the following .tm_properties, to hide folders with derived files (.o etc.):
myExtraExcludes = "lib,glnx86,glnxa64,maci64,win32,win64,x64" excludeInFileChooser = "{$excludeInFileChooser,$myExtraExcludes}" excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
I believe (but am not certain) that worked for build 9005 or something around there, but with 9007, I see all of these folders (and TM2 is crawling, which may indicate that it watches the files in these folders). Should this work as shown?
Christopher
On 30/01/2012, at 22.55, Christopher Creutzig wrote:
in one folder, I have the following .tm_properties […] […] Should this work as shown?
I did the attached test project based on your info and ‘bar.txt’ does not show up in ⌘T or when searching for ‘dummy’ (but foo.txt does).
So yes, should work.
On 30 Jan 2012, at 15:55, Christopher Creutzig wrote:
in one folder, I have the following .tm_properties, to hide folders with derived files (.o etc.):
It's worth checking you've not got "Show hidden items" checked in the file browser (under the cog menu), foxed me for some time that one!