Skip to content

Commit

Permalink
Add .git-blame-ignore-revs
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Apr 12, 2022
1 parent cba9fe9 commit badbd09
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This file lists commits that should be ignored by the `git blame` command.
# You can configure your checkout to use it by default by running:
#
# git config blame.ignoreRevsFile .git-blame-ignore-revs
#
# Or pass it to the blame command manually:
#
# git blame --ignore-revs-file .git-blame-ignore-revs ...

# black & isort
9a58911ea760b996b88355b6b18420b88b5a0ea9
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ include tox.ini
include tox_build.sh
include tox_check-release.sh
include *.yaml
include .git-blame-ignore-revs
recursive-include src *.rst

exclude bin
Expand Down

0 comments on commit badbd09

Please sign in to comment.