I suggested this a while ago. We check in build.properties.template. The developer (or the build script) copies the contents into build.properties while building. The local changes can be made in this file. The template remains unchanged.
We can add a specific entry into gitignore for the build.properties file. Thanks, Om On Apr 14, 2013 5:12 PM, "Justin Mclean" <jus...@classsoftware.com> wrote: > HI, > > This also breaks the usefulness of "git stash" in that you have to reapply > the changes made to build.properties. Is there as easy way to tell git > stash to ignore a file or only stash a set of files? > > Justin