From bf2d1fa34401e99826be823a1790a3dcd868dd0d Mon Sep 17 00:00:00 2001 From: Leon Brocard Date: Tue, 17 Feb 2009 00:04:22 +0800 Subject: Ignore .git files --- Porting/makerel | 1 + 1 file changed, 1 insertion(+) 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/) { -- cgit v1.2.1