How do I Ignore the build folder in NetBeans 'Find In Projects'?
Anyone know how to ignore the build folder when doing a 'Find in Projects' on NetBeans (v6.9.1). Currently the Search results pane shows all results from src folders but also those from the build folder so if your project contains a lot of JSP files for example, many results are duplicated... YetMoreStuff I think I've figured out how to ignore the build folder of projects when doing a 'Find in Projects' in NetBeans 6.9.1: Go to Tools->Options-Miscellaneous . Click the Files tab. In Files Ignored by the IDE , edit the Ignored Files Pattern regular expression and include the build folder. For