How do you delete untracked local files from your current working tree?
git clean -f to remove untracked files from working directory.
I have covered some basics here in my blog, git-intro-basic-commands