From 0eddcbf1612ed044de586777b233caf8016c6e70 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Wed, 28 Dec 2011 22:42:05 -0600 Subject: [PATCH] Add MYMETA.json to perl/.gitignore ExtUtils::MakeMaker generates MYMETA.json in addition to MYMETA.yml since version 6.57_07. As it suggests, it is just meta information about the build and is cleaned up with 'make clean', so it should be ignored. Signed-off-by: Jack Nagel Signed-off-by: Junio C Hamano --- perl/.gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/perl/.gitignore b/perl/.gitignore index 9235e7316..d5c6e22d0 100644 --- a/perl/.gitignore +++ b/perl/.gitignore @@ -1,5 +1,6 @@ perl.mak perl.mak.old +MYMETA.json MYMETA.yml blib blibdirs -- 2.30.2