I also see these files changed in git. However, git diff shows nothing. When I execute git add ., I'm getting the following warning:
The file will have its original line endings in your working directory. warning: LF will be replaced by CRLF
Which means these files only had issues with line endings.
According to 
But it's not an issue for me.

