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-*