From 9f757c7e6a05a70fd4e374b284396885daff336f Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 26 Mar 2018 19:35:07 -0300 Subject: [PATCH] Bug 20267: .gitignore do not need to be mapped in Makefile 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 6f1f239b3f..3c0baeb048 100644 --- a/t/Makefile.t +++ b/t/Makefile.t @@ -26,6 +26,7 @@ my @MakeFile = split "\n", $MakeFile; my @ignored = qw( .editorconfig + .gitignore .mailmap LICENSE README.md -- 2.39.5