how to avoid some files changes to not come in git status

Shell
git update-index --assume-unchanged <file>
git rm --cached <file>

Source

Also in Shell: