Say I have a huge git repository and it has a number of swfs and images in there. I want them to be included in the hosted github repository, but they don't need to be versioned, and I don't want to have to store them somewhere else.
What is the simplest way I can remove their history every time I commit to a repository? ...Such that, in the end, I have all the swfs and images, but no history for them.
Edit: The swf files are likely to change often so we can count on there being different versions for each commit.