In the sublime text editor, how do you search recursively in a directory for only certain file types? E.g. in a directory for all *.cc and *.h files?
You can also exclude file-types with the minus '-' character: /path/,-*.xml
/path/,-*.xml