$ git filter-branch -f --index-filter 'git rm --cached --ignore-unmatch ファイル名' HEAD
[gitでファイルの存在をなかったことにする - baronyan’s blog http://baronyan.hatenadiary.com/entry/2014/07/14/152517]