Eclipse - Ignore Entire Directories

前端 未结 4 1360
悲哀的现实
悲哀的现实 2021-02-12 09:19

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

4条回答
  •  感情败类
    2021-02-12 09:45

    Not sure about this aptana thing, but there is a convenient way to do it in native eclipse:

    1. Right-click a project folder in Project Explorer tree and go to "Properties".
    2. Resource -> Resource Filters.
    3. Add as much exclusion filters for files/folders as you like.

    If your project tree is not refreshed immediately, press F5 to enforce it.

提交回复
热议问题