How can I exclude some folders from my Eclipse project?

后端 未结 5 2055
自闭症患者
自闭症患者 2021-01-30 03:30

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

5条回答
  •  野性不改
    2021-01-30 04:32

    There is a straight way to do it:

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

    P.S. If your project tree is not updated automatically you may have to press F5 while having input focus in Project Explorer window.

提交回复
热议问题