Edit: Is it possible to exclude all binary files from “find-in-files” search, regardless of their name and their location?
Hello,
My project contains binary files all over the place, without an explicit filename patterns to identify them, and without file extension in their names.
Is it possible to exclude those files from the search? Since they are pretty big and seems to slow down the search process very significantly.
It seems possible, since sublime does present those files as <binary>
in the find results, but I couldn’t find any setting for that.
Another proof for this being doable, is the grep
command in Linux which is capable of ignoring binary files (by default) without caring about the file name.
Thank you for your time,
Have a nice day