Is there a way to exclude certain folders (and all their subfolders) from searching within Eclipse?
Is there a way to exclude certain folders (and all their subfolders) from searching
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here is what works for me (I’m using Helios – maybe this way was not available when this question was originally asked?)
.svn(for example).(Actually, I’m using
.*to filter out .svn, .hg etc. in one go.)After okay’ing the project properties dialog, these directories won’t come up in search any more. In fact, Eclipse is so kind as to automatically update existing search results windows and remove all matches which are now filtered out.