diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-02-06 00:54:30 -0500 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-02-06 20:29:11 +0000 |
commit | cfcce72b50f40ca45fd2b724ac56017253f5ae83 (patch) | |
tree | cf7ad65b6a53cf25bb98fc65ad4d1ef76b5eea9e /lib/ExtUtils | |
parent | aa832f4288d752b7d495a7b95b97bfa9a50532a8 (diff) | |
download | perl-cfcce72b50f40ca45fd2b724ac56017253f5ae83.tar.gz |
Skipping CVS conflict backup files
Message-Id: <20010206055430.A951@blackrider.aocn.com>
p4raw-id: //depot/perl@8707
Diffstat (limited to 'lib/ExtUtils')
-rw-r--r-- | lib/ExtUtils/MANIFEST.SKIP | 1 | ||||
-rw-r--r-- | lib/ExtUtils/Manifest.pm | 1 |
2 files changed, 2 insertions, 0 deletions
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, |