git status: how to ignore some changes
- by Mr Fooz
Is there a way to have git status ignore certain changes within a file?
Background
I have some files in my repository that are auto-generated (yes, I know that's typically not recommended, but I have no power to change this). Whenever I build my tree, these auto-generated files have status information updated in them (who generated them, a…