How do you delete untracked local files from your current working tree?
This is what I always use:
git clean -fdx
For a very large project you might want to run it a couple of times.