I use Aptana Studio (based on Eclipse). I\'m trying to get Eclipse to completely ignore an entire directory inside a project. I mean COMPLETELY. I don\'t want it to display i
Try right-clicking "Properties" and unchecking all permissions.
If you have a linked resource (pointing off to some other file/folder on disk) with the same name in the same location in the resource tree, then the real folder on disk will be hidden from the resource model.
Unfortunately you can't create the linked resource if the real directory is already there in the project structure. You can try something like this:
Not sure about this aptana thing, but there is a convenient way to do it in native eclipse:
If your project tree is not refreshed immediately, press F5 to enforce it.
Consider also the 'Derived' checkbox: right-click an entry in the package explorer, choose properties, check Derived. This may solve part of your problem.
See http://robmayhew.com/eclipse-ignore-folder/