Removing a file from git repository
One thing I have seen in all the projects that I have worked on is that all of them require a couple of configuration changes before they can be run in the local development environment.
This could range from server configuration files to specific user login hacks. And if you are lucky, the list of changes would be too long. This means, if you are working with git, your change file list would always have this long list of configuration changes.