Git remove arquivos não rastreados
git clean -fdx
Outrageous Opossum
git clean -fdx
To see what files will be removed:
git clean -n <optional file_name/dir>
To actually delete those files:
git clean -f <optional file_name/dir>