Is there a way with git to ignore local changes to a file but continue tracking it into the remote repo ? I wan't to fetch but not push a file.
In my case, I want the .project eclipse file to be committed the first time on the "master" repo, but the dev team doesn't have to push changes made by eclipse plugin.