From a6e758625a256236b1055c4635d39ba3de0e2313 Mon Sep 17 00:00:00 2001 From: sshaw Date: Thu, 1 Dec 2016 21:17:56 -0500 Subject: [PATCH] Annotate some of the Perl entries --- Perl.gitignore | 39 +++++++++++++++++++++++++-------------- 1 file changed, 25 insertions(+), 14 deletions(-) diff --git a/Perl.gitignore b/Perl.gitignore index b43bb846..d41364ab 100644 --- a/Perl.gitignore +++ b/Perl.gitignore @@ -1,23 +1,34 @@ -/blib/ -/.build/ -_build/ -cover_db/ -inc/ -Build !Build/ -Build.bat .last_cover_stats -/Makefile -/Makefile.old -/MANIFEST.bak /META.yml /META.json /MYMETA.* -nytprof.out -/pm_to_blib *.o *.bs -/_eumm/ + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dizt::Zilla +/.build/ + +# Module::Build +_build/ +Build +Build.bat + +# Module::Install +inc/ + # ExtUitls::MakeMaker -/*.zip +/blib/ +/_eumm/ /*.gz +/Makefile +/Makefile.old +/MANIFEST.bak +/pm_to_blib +/*.zip