I'm adding an eclipse project to our existing code-base, and I'd like to know if there is a way to exclude some directories from being picked up by eclipse at all? The reason is that we have a huge "third-party" directory in our repository that cannot be present in the project for the pair-programming plugin we are using to be able to sync efficiently.
Any clues?
There is a straight way to do it:
P.S. If your project tree is not updated automatically you may have to press F5 while having input focus in Project Explorer window.