You can init git repository on any directory so it can be used to check what ever changes any program made. Or user made.. There we should use other commands like grep, sed, awk, tr etc...

Ex. to exclude unwanted view of specific files ( exclude all that contain word chromium ):

git status | grep -v chromium