From 343a866b6fd6850edde89a79b0c534ee2f494f4b Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Mon, 29 Jun 2020 17:01:25 +0400 Subject: [PATCH] Bug 21395: Ignore .perlcriticrc in t/Makefile.t Signed-off-by: Jonathan Druart --- t/Makefile.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/Makefile.t b/t/Makefile.t index 3c0baeb048..a95fe286e9 100644 --- a/t/Makefile.t +++ b/t/Makefile.t @@ -28,6 +28,7 @@ my @ignored = qw( .editorconfig .gitignore .mailmap + .perlcriticrc LICENSE README.md README.robots -- 2.39.2