From cfcce72b50f40ca45fd2b724ac56017253f5ae83 Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Tue, 6 Feb 2001 00:54:30 -0500 Subject: Skipping CVS conflict backup files Message-Id: <20010206055430.A951@blackrider.aocn.com> p4raw-id: //depot/perl@8707 --- lib/ExtUtils/MANIFEST.SKIP | 1 + lib/ExtUtils/Manifest.pm | 1 + 2 files changed, 2 insertions(+) (limited to 'lib/ExtUtils') diff --git a/lib/ExtUtils/MANIFEST.SKIP b/lib/ExtUtils/MANIFEST.SKIP index a203d8f615..5ddf32a56a 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 030eedffeb..7103ee9eb4 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, -- cgit v1.2.1