I can\'t seem to get rid of untracked content in Git\'s submodules. Running git status yields:
git status
# On branch master # Changes not staged for commit: #
If this is a temporary issue, you can go into the submodule folder and run git reset HEAD --hard but you will lose all your changes inside of the submodule.
git reset HEAD --hard