eclipse - Are gitignore files being automatically created in my project? -
i have been trying manage local re-create of project working on using egit.
i create pull 1 time there force other guys. however, there files show have uncommitted changes in local repository, haven't made change. seek resolve these manually identifying these changes , find gitignore files, didn't create myself (the files show errors occasionally).
is possible gitignore files beingness auto-created? how can maintain synced local repo state? using eclipse kepler.
it possible settings "automatically ignore derived resources" triggers generation/modification of .gitignore
. consequence of bug 297674, adding feature in egit 2.3 (q2 2013).
see egit tutorial:
you can configure eclipse automatically ignore derived resources, e.g. class files via window → preferences → team → git → projects → automatically ignore derived resources
.. setting.
eclipse git egit
No comments:
Post a Comment