From: Michael G. Schwern Date: Tue, 6 Feb 2001 05:54:30 +0000 (-0500) Subject: Skipping CVS conflict backup files X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cfcce72b50f40ca45fd2b724ac56017253f5ae83;p=p5sagit%2Fp5-mst-13.2.git Skipping CVS conflict backup files Message-Id: <20010206055430.A951@blackrider.aocn.com> p4raw-id: //depot/perl@8707 --- diff --git a/lib/ExtUtils/MANIFEST.SKIP b/lib/ExtUtils/MANIFEST.SKIP index a203d8f..5ddf32a 100644 --- a/lib/ExtUtils/MANIFEST.SKIP +++ b/lib/ExtUtils/MANIFEST.SKIP @@ -14,3 +14,4 @@ ~$ \.old$ \#$ +^\.# diff --git a/lib/ExtUtils/Manifest.pm b/lib/ExtUtils/Manifest.pm index 030eedf..7103ee9 100644 --- a/lib/ExtUtils/Manifest.pm +++ b/lib/ExtUtils/Manifest.pm @@ -360,6 +360,7 @@ expression to start with a sharp character. A typical example: ~$ \.old$ ^#.*#$ + ^\.# If no MANIFEST.SKIP file is found, a default set of skips will be used, similar to the example above. If you want nothing skipped,