From: Jack Nagel <jacknagel@gmail.com>
To: git@vger.kernel.org, gitster@pobox.com
Cc: jacknagel@gmail.com
Subject: [PATCH] Add MYMETA.json to perl/.gitignore
Date: Wed, 28 Dec 2011 22:42:05 -0600 [thread overview]
Message-ID: <1325133725-20671-1-git-send-email-jacknagel@gmail.com> (raw)
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
next reply other threads:[~2011-12-29 4:42 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-29 4:42 Jack Nagel [this message]
2011-12-29 5:34 ` [PATCH] Add MYMETA.json to perl/.gitignore 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1325133725-20671-1-git-send-email-jacknagel@gmail.com \
--to=jacknagel@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).