One last question for the day...I am trying to exclude a lot of files from
text/symbol searches in my C/C++ codebase. For example, I don't want to
hunt through libraries, binaries, .svn-base files, etc. for symbols. Is
there a way to limit text *and* code searches to just files of a given
type? It seems like at first glance, I can only do this for code searches.