如果我像这样将链接资源添加到我的 Eclipse 项目中:
<linkedResources>
<link>
<name>[source path] src</name>
<type>2</type>
<locationURI>DOCUMENTS/Another_Project/src</locationURI>
</link>
</linkedResources>
EGit 每次在提交屏幕中显示所有链接的文件。
我尝试了 .gitignore 中的各种条目组合,但均未成功。默认右键单击Team -> Ignore将这一行:/[source path] src添加到 .gitignore,但它不起作用。
有没有解决的办法?