GitLab's git blame ignore specific revisions feature should support custom file names
`git` has a configurable name for ignoring git revisions during git blame: [`blame.ignoreRevsFile`](https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile). Users should not be required to follow GitLab's chosen naming convention to take advantage of this through the Web UI.
https://docs.gitlab.com/user/project/repository/files/git_blame/#ignore-specific-revisions
issue