Commit Graph

2 Commits

Author SHA1 Message Date
a-kenji
10baf303c9 add: lints to blame-ignore 2022-06-10 11:44:31 +02:00
a-kenji
b82d9c67db
add: .git-blame-ignore-revs file (#1295)
Add `.git-blame-ignore-revs` file. That way we can accept `fmt` and
`clippy` PR's, that change quite a bit of our codebase without
negatively impacting the functionality of `git blame`.

Anyone wishing to use this file can set:
```
$ git config blame.ignoreRevsFile .git-blame-ignore-revs
```
2022-04-04 19:58:28 +02:00