[TxMt] Re: Search ignore

Graham Heath graham.p.heath at gmail.com
Fri Nov 1 20:58:48 UTC 2013


Sorry for the double email, but it just occurred to me that you could use 

	[ *.{icns,ico,jpg,jpeg,m4v,nib,pdf,png,psd,pyc,rtf,tif,tiff,xib} ]
		binary           = true

to add the binary file to the list of file types textmate treats as a binary

Graham Heath
graham.p.heath at gmail.com



On Nov 1, 2013, at 3:57 PM, Graham Heath <graham.p.heath at gmail.com> wrote:

> You can add the file(s) or extension(s) to be ignored to "Preferences" -> "Projects" -> "Exclude Files Matching" to apply the setting globally, or in a .tm_projects file in your project directory, something like: 
> 
> 	myExtraExcludes = "log,bin"
> 
> 	excludeInFileChooser  = "{$excludeInFileChooser,$myExtraExcludes}"
> 	excludeInFolderSearch = "{$excludeInFolderSearch,$myExtraExcludes}"
> 
> Graham Heath
> graham.p.heath at gmail.com
> 
> 
> 
> On Nov 1, 2013, at 3:53 PM, Yi Lin <yi at ylin.co> wrote:
> 
>> Is there a way to prevent project death and open file from looking into certain large but meaningless directory under the project tree?
>> 
>> _______________________________________________
>> textmate mailing list
>> textmate at lists.macromates.com
>> http://lists.macromates.com/listinfo/textmate
> 



More information about the textmate mailing list