From 44a941e3c7999568108506ee032dd01d7583ddd5 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Mon, 17 Feb 2025 17:16:42 +0000 Subject: [PATCH] Bug 39096: Add .git-blame-ignore-revs mapping to Makefile.PL Signed-off-by: Tomas Cohen Arazi --- Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.PL b/Makefile.PL index b11bfe1518e..a5002e0898c 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -394,6 +394,7 @@ my $target_map = { # ignore files and directories created by the install itself './pm_to_blib' => 'NONE', './blib' => 'NONE', + '.git-blame-ignore-revs' => 'NONE', '.prettierrc.js' => 'NONE', '.sass-lint.yml' => 'NONE', '.scss-lint.yml' => 'NONE', -- 2.39.5