I try to ignore a committed ".project" file on Eclipse EGit, without deleting it from my Eclipse project nor the repo.
I have this need :
- the ".project" file of my Eclipse project must be committed at least at the begining of the project, so that my co-workers can pull it when they will "build" their Eclipse workplace
- this file could be modified by any of us, but should not be pushed on GIT repo
- this file must stay on GIT repo all the time, because a co-worker could have to get back the project at any time
- we are working on Windows, so using command-line is a bit off-subject : I seek for help on Eclipse EGit
We are migrating from SVN to GIT : on SVN, we did not had this kind of problem, because we could not commit some files. On GIT, it seems that we have to commit everything we modify so that we do not have conflicts.
Can anybody help me ?
Thank you !