Skip to content

Commit

Permalink
Add MYMETA.json to perl/.gitignore
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
jacknagel authored and gitster committed Dec 29, 2011
1 parent 15b7898 commit 0eddcbf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions perl/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
perl.mak
perl.mak.old
MYMETA.json
MYMETA.yml
blib
blibdirs
Expand Down

0 comments on commit 0eddcbf

Please sign in to comment.