Git wrap script to ignore files that have already been committed
Motivation As a git user, given this sceniro: You made certain changes to some files but you don’t want to commit it, nor do you want see them under git status -s or git diff etc. In other words: You want git to ignore certain files but... »