My project includes several file types. When I ask sublime to search all files for a plain old string, given the following list of patterns in the Where box--
*.inp,*.h,*.hin,*.hpp,*.c,*.cin,*.cpp
--it will find the string anywhere except in a *.inp file. It doesn't matter whether *.inp appears at the beginning or end of the list. The file exists in my directory and it's in my project's file_include_pattern, so it appears in the Project side bar and I can open it and search to verify that the string I'm looking for is actually in the file. But nothing I've tried will make it show up when I use Find in Files.