From 68bfb843486164a34310a058bbdcc77576fd45c9 Mon Sep 17 00:00:00 2001 From: Ryan Voots Date: Thu, 23 Nov 2023 09:30:23 -0500 Subject: [PATCH] Some more prune file stuff to clean up the dist more --- dist.ini | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/dist.ini b/dist.ini index 4beec4f..8fb6c5d 100644 --- a/dist.ini +++ b/dist.ini @@ -26,5 +26,7 @@ critic_config = perlcritic.rc [PruneFiles] filename = xtest.sh ; Local git development test script, sets environment for local dzil xtest -; match = ^test_data/ -; match = ^test.cvs$ \ No newline at end of file +match = ^ci-docker/ ; Local git testing stuff, doesn't need to be part of the dist +filename = Client.pod +filename = README.pod +filename = README.md \ No newline at end of file