I have several files shown as changed. If i revert changes nothing happens. If I remove them from disk and then run git checkout -- .
from console they shown as changed again.
How to tell Idea to forget about them?
Other actions (like pull, commit and push) works fine.
OS: Windows 7.
$ git config core.fileMode
false
$ git status
# On branch bugfix/XXXXX
nothing to commit (working directory clean)