diff options
author | Sebastian Morr <sebastian@morr.cc> | 2011-12-02 23:55:28 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-12-05 14:42:40 -0800 |
commit | 332de7a1c89a579f15ca41c11e606007cc32fdbf (patch) | |
tree | 1abca7249658a0db076a4ed7db05e3980641e45a /perl | |
parent | 8280baf565e1c72adaa6d2dfef70d18837126898 (diff) | |
download | git-332de7a1c89a579f15ca41c11e606007cc32fdbf.tar.gz |
Add MYMETA.yml to perl/.gitignore
This file is auto-generated by newer versions of ExtUtils::MakeMaker
(presumably starting with the version shipping with Perl 5.14). It just
contains extra information about the environment and arguments to the
Makefile-building process, and should be ignored.
Signed-off-by: Sebastian Morr <sebastian@morr.cc>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl')
-rw-r--r-- | perl/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/.gitignore b/perl/.gitignore index 98b24772c7..9235e73163 100644 --- a/perl/.gitignore +++ b/perl/.gitignore @@ -1,5 +1,6 @@ perl.mak perl.mak.old +MYMETA.yml blib blibdirs pm_to_blib |