summaryrefslogtreecommitdiff
path: root/Porting/manicheck
diff options
context:
space:
mode:
authorreneeb <info@perl-services.de>2020-02-20 16:35:26 +0100
committerreneeb <info@perl-services.de>2020-02-20 16:35:26 +0100
commit12100751fd12c44876c84642de526f77ef300193 (patch)
tree6795b70ef1294005d227f58178317f1fb055bee5 /Porting/manicheck
parent0b07af7387796329c0568b1e68d5a16421beb623 (diff)
downloadperl-12100751fd12c44876c84642de526f77ef300193.tar.gz
.mailmap should not be in MANIFEST, so exclude that file in Porting/manicheck
Diffstat (limited to 'Porting/manicheck')
-rw-r--r--Porting/manicheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/manicheck b/Porting/manicheck
index 16f5fc286f..47bb2df381 100644
--- a/Porting/manicheck
+++ b/Porting/manicheck
@@ -19,6 +19,7 @@ find {
wanted => sub {
my $x = $File::Find::name; $x =~ s/^..//;
return if -d;
+ return if $_ eq '.mailmap';
return if $_ eq '.gitignore';
return if $_ eq '.gitattributes';
return if $_ eq '.git_patch';