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: #
This worked out just fine for me:
git update-index --skip-worktree
If it doesn't work with the pathname, try the file name. Let me know if this worked for you too.
pathname