I am trying to manage a local copy of a project that I am working on using EGit.
I try when there is a push from other guys. However, there are files that show that I have uncommitted changes in my local repository, but I have not made any changes. I try to resolve them by manually identifying these changes and finding that they are from gitignore files that I myself did not create (the files also sometimes show errors).
Is it possible that gitignore files are automatically created? How can I maintain a synchronized local repo state? I am using Eclipse Kepler.
source share