Exclude allow/deny move in profile from git blame

fe0f975f44 (move whitelist/blacklist to
allow/deny) is just a huge rename w/o effects to the profile. Ignoreing
it in git blame to see which commits actually added/changed a
allow/nodeny command.

Configure git to use .git-blame-ignore-revs:

    git config blame.ignoreRevsFile .git-blame-ignore-revs
This commit is contained in:
rusty-snake 2021-07-07 12:28:30 +02:00
parent 4438f14f28
commit b023b9a6f2

2
.git-blame-ignore-revs Normal file
View file

@ -0,0 +1,2 @@
# move whitelist/blacklist to allow/deny
fe0f975f447d59977d90c3226cc8c623b31b20b3