If I add linked resources to my eclipse project like this:
<linkedResources>
<link>
<name>[source path] src</name>
<type>2</type>
<locationURI>DOCUMENTS/Another_Project/src</locationURI>
</link>
</linkedResources>
EGit show all linked files each time in commit screen.
I’ve tried various combination of entries in .gitignore without success. Default right click Team -> Ignore adds this line : /[source path] src to .gitignore, but it doesn’t work.
Is there a way around this?
The way we solved it was manually editing the relevant .gitignore files, for a fuller answer please check my response here answer to question 3310129