summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;