I'm open sourcing a website I'm working on, and need to exclude some files (tos, privacy policy, etc) from the public repository that I'll be publishing at GitHub.
What workflow would you suggest that allows to keep those files tracked in Git, preferably in the same repository (I'm working with heroku, and its not very convenient to deploy applications with multiple repos), but exclude them from the public repository?