summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2009-02-17 00:04:22 +0800
committerLeon Brocard <acme@astray.com>2009-02-17 00:04:22 +0800
commitbf2d1fa34401e99826be823a1790a3dcd868dd0d (patch)
treec32066d13d85de55bac49f473f32b82dbd14a01a
parente7612f8572749182b815c31f0136d0247bc71cb3 (diff)
downloadperl-bf2d1fa34401e99826be823a1790a3dcd868dd0d.tar.gz
Ignore .git files
-rwxr-xr-xPorting/makerel1
1 files changed, 1 insertions, 0 deletions
diff --git a/Porting/makerel b/Porting/makerel
index f2e1f9750b..c969346c50 100755
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -49,6 +49,7 @@ print "\nMaking a release for $perl in $relroot/$reldir\n\n";
print "Cross-checking the MANIFEST...\n";
($missfile, $missentry) = fullcheck();
+$missentry = [grep { $_ !~ /^.git/ } @$missentry];
warn "Can't make a release with MANIFEST files missing.\n" if @$missfile;
warn "Can't make a release with files not listed in MANIFEST.\n" if @$missentry;
if ("@$missentry" =~ m/\.orig\b/) {