I'm using git-svn to use git locally and deploy a client's svn repo. However, after migrating the svn ignore entries to the .gitignore, I have to commit those to git.
But I don't want that file being pushed as a commit to the svn repo everytime I do a git svn dcommit
Any advice?