Skip to content

Commit 497dd34

Browse files
author
Mark Gardner
committed
PIDs can be bigger and smaller, so just ignore test artifacts with them with a *
1 parent 7931ef4 commit 497dd34

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ Makefile.old
44
blib
55
pm_to_blib
66
t/CPAN/MyConfig.pm*
7-
t/CPAN/MyConfig_[0-9][0-9][0-9][0-9].pm
8-
t/dot-cpan-[0-9][0-9][0-9][0-9]
7+
t/CPAN/MyConfig_*.pm
8+
t/CPAN/MyConfig_*.pm~
9+
t/dot-cpan
10+
t/dot-cpan-*
911
t/97-return_values.out
1012
test.out
1113
*.swp

0 commit comments

Comments
 (0)