From 7063786974ffd934b530932620ddde913d6c073c Mon Sep 17 00:00:00 2001 From: Mark Gardner <133483+mjgardner@users.noreply.github.com> Date: Thu, 3 Aug 2023 23:50:38 -0500 Subject: [PATCH] PIDs can be bigger and smaller, so just ignore test artifacts with them with a * --- .gitignore | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index af6156d2..7fa3aedb 100644 --- a/.gitignore +++ b/.gitignore @@ -4,8 +4,10 @@ Makefile.old blib pm_to_blib t/CPAN/MyConfig.pm* -t/CPAN/MyConfig_[0-9][0-9][0-9][0-9].pm -t/dot-cpan-[0-9][0-9][0-9][0-9] +t/CPAN/MyConfig_*.pm +t/CPAN/MyConfig_*.pm~ +t/dot-cpan +t/dot-cpan-* t/97-return_values.out test.out *.swp