git clean -fd
Will remove all untracked directories and the files within them. It will start at the current working directory and will iterate through all subdirectories.
git clean -dn
Will preview all directories that will be cleaned.