How do you delete untracked local files from your current working tree?
If untracked directory is a git repository of its own (e.g. submodule), you need to use -f twice:
-f
git clean -d -f -f