summaryrefslogtreecommitdiff
path: root/make_ext.pl
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2021-01-07 10:22:27 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2021-01-07 10:22:27 +0000
commit4a5737988002f58bbf693c68841c90a216964ea2 (patch)
tree6a4aa9002fa00c01b3459eaa80063f92a2ce6628 /make_ext.pl
parentd1293dc2841a5dd8bf302ca97e28bd2f200bfc13 (diff)
downloadperl-4a5737988002f58bbf693c68841c90a216964ea2.tar.gz
Add .gitignore to the list of files that are safe to ignore in make_ext.pl
Without this the build on Windows was failing, presumably since cfb249103f: FATAL - ..\make_ext.pl has Carp in the list of simple extensions, but it now contains file '.gitignore' which we can't handle at ..\make_ext.pl line 498.
Diffstat (limited to 'make_ext.pl')
-rw-r--r--make_ext.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/make_ext.pl b/make_ext.pl
index ce3debd603..79ae1efb1a 100644
--- a/make_ext.pl
+++ b/make_ext.pl
@@ -659,6 +659,7 @@ sub just_pm_to_blib {
|README
|README\.patching
|README\.release
+ |\.gitignore
)\z/xi; # /i to deal with case munging systems.
if ($leaf eq "$last.pm") {
++$has_top;