From c151d0641aae6e9b6e3a129884eb02b9d5b46571 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 18 Nov 2018 19:22:19 -0800 Subject: [PATCH] corrected MANIFEST; had unused file --- MANIFEST | 1 - MANIFEST.SKIP | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/MANIFEST b/MANIFEST index fa84992b..6cd7eb0b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -52,7 +52,6 @@ Makefile.PL MANIFEST This list of files pm2pl README.md -t/filter_example.t t/filter_example.t.SKIP t/snippets1.t t/snippets10.t diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index ab237d76..7087383c 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -101,6 +101,9 @@ _config.yml # any shell scripts \.sh$ +# any zip files +\.zip$ + # Perl::Tidy error, log and tidy files \bperltidy\.ERR \bperltidy\.LOG @@ -127,6 +130,8 @@ _config.yml # my notes to self \bNOTES\.txt +^docs/tmp + ^local-docs/ ^archive/ -- 2.39.5