I make an arbitrary change to a file within my git working directory.
git status does not recognized that the file has changed.
git status
git add /path
Check using
$ git ls-files --exclude-standard --ignore
if the file is truly not excluded (there are other exclude files than only .gitignore).