FYI: $ git update-index --assume-unchanged <file>
See: http://git-scm.com/docs/git-update-index --Dasa On Mar 29, 2013, at 6:30 AM, Alex Harui <aha...@adobe.com> wrote: > Is there a way to have a file in git that is also in gitignore? That way > you get it when you clone, but when you modify it, it doesn't get checked > back in.