I\'m looking for a way to get n++\'s find in files dialog to exclude certain files...
the only reference I\'ve found so far is this http://sourceforge.net/project/showno
not that its a GOOD answer, but, what I've found that works is this
*.sql ; *.asp ; *.html ; *.as ; *.mxml
Its definitely not an 'exclude' list, but, by including all the types I need to look at, I get the same result. In my case, I've only got those handfuls of types that I look for often. If your set was wider, this would become even less useful.