Git: remove untracked files - Wired Mind Blog
Preview files that will be deleted (dry-run)
git clean -fn
Real forced cleanup
git clean -f
Help
git help clean
Original solution is here
Preview files that will be deleted (dry-run)
git clean -fn
Real forced cleanup
git clean -f
Help
git help clean
Original solution is
here