Permanently purging a file from repo

$ git filter-branch --index-filter 'git rm --cached --ignore-unmatch my_file'