In our application, there's a small handful of files we keep changed in a specific way to make logging in through our local host easier - in our previous source control system, we'd keep them hijacked so that they would stay that way and not affect the source code.
Now we're migrating to GIT, and I would like to keep these changes in my local that make local changes easier to test, but I don't see any obvious way to keep 'hijacked' files in Git.
How can I keep my changes in my local repository, and not distribute them when I commit/push?