Git: Clean untracked files and directories

After a git pull I often have empty directories if files are moved around or deleted.

The following commit will clean all untracked files and directories.

git clean -fd