git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Add MYMETA.json to perl/.gitignore
@ 2011-12-29  4:42 Jack Nagel
  2011-12-29  5:34 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Jack Nagel @ 2011-12-29  4:42 UTC (permalink / raw)
  To: git, gitster; +Cc: jacknagel

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 <jacknagel@gmail.com>
---
 perl/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/perl/.gitignore b/perl/.gitignore
index 9235e73..d5c6e22 100644
--- a/perl/.gitignore
+++ b/perl/.gitignore
@@ -1,5 +1,6 @@
 perl.mak
 perl.mak.old
+MYMETA.json
 MYMETA.yml
 blib
 blibdirs
-- 
1.7.8.2.302.g17b4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-12-29 17:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29  4:42 [PATCH] Add MYMETA.json to perl/.gitignore Jack Nagel
2011-12-29  5:34 ` Junio C Hamano
2011-12-29  6:58   ` Junio C Hamano
2011-12-29  9:50     ` Ævar Arnfjörð Bjarmason
2011-12-29 17:40       ` Jack Nagel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).