Linux Git Shows Ignored Files As Modified August 2, 2018 Pramod T P Leave a comment Issue the following commnds from terminal to sort out the issue. git rm -r --cached . git add -A git commit -am 'Removing ignored files'