更新していないにもかかわらず、gitステータスで常に「変更済み」と表示されるgitサブモジュールがあります。
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
# (commit or discard the untracked or modified content in submodules)
#
# modified: MKNetworkKit (new commits, untracked content)
#
gitがそれについて考えないようにするにはどうすればよいですか? MKNetworkKit を .gitignore に追加しようとしましたが、何もしません。