Add .git-blame-ignore-revs

When merging the `*.spec.inc` files into `llvm.spec` this became
necessary to preserve git history on llvm.spec.
This commit is contained in:
Konrad Kleine 2024-10-02 10:44:06 +00:00
parent 9984e82c50
commit ffcc9eb8ec

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

@ -0,0 +1,12 @@
# Since version 2.23 (released in August 2019), git-blame has a feature
# to ignore or bypass certain commits.
#
# This file contains a list of commits that are not likely what you
# are looking for in a blame, such as mass reformatting or renaming.
# You can set this file as a default ignore file for blame by running
# the following command.
#
# $ git config blame.ignoreRevsFile .git-blame-ignore-revs
# Merge *.spec.inc files into llvm.spec
9984e82c507f69611b9589e16467d359622d36f9