From 12743152eb4a9416f93f1faeabfbebe347b2cce8 Mon Sep 17 00:00:00 2001 From: Nigel Horne Date: Mon, 29 Jan 2024 10:30:17 -0500 Subject: [PATCH] Latest GitHub .gitignore --- .gitignore | 40 +++++++++++++++++++++++++++------------- 1 file changed, 27 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 582e8e4..4ae5905 100644 --- a/.gitignore +++ b/.gitignore @@ -1,22 +1,36 @@ -/blib/ +!Build/ +.last_cover_stats +/META.yml +/META.json +/MYMETA.* +*.o +*.pm.tdy +*.bs + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dist::Zilla /.build/ + +# Module::Build _build/ -cover_db/ Build -!Build/ Build.bat -.last_cover_stats + +# Module::Install +inc/ + +# ExtUtils::MakeMaker +/blib/ +/_eumm/ +/*.gz /Makefile /Makefile.old /MANIFEST.bak -/META.yml -/META.json -/MYMETA.* -nytprof.out -inc /pm_to_blib -*.o -*.bs +/*.zip *.swp -bblog/ -.test-script-*