I have a git repository that\'s used only to hold graphics and sound files used in several projects. They are all in one directory without sub-directories. Now I just create
Not sure if this counts or makes me a bad person, but here it goes.
*Generated* to the root .gitignore filedir *.CheckedIn -Recurse | %{ copy $_.FullName "$($_.FullName)".Replace("CheckedIn","") -EA SilentlyContinue}
I do feel a little bad about myself... but it does in fact work.