perl-dojo/.gitignore

42 lines
533 B
Plaintext

# Created by https://www.toptal.com/developers/gitignore/api/perl
# Edit at https://www.toptal.com/developers/gitignore?templates=perl
### Perl ###
!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/
Build
Build.bat
# Module::Install
inc/
# ExtUtils::MakeMaker
/blib/
/_eumm/
/*.gz
/Makefile
/Makefile.old
/MANIFEST.bak
/pm_to_blib
/*.zip
# End of https://www.toptal.com/developers/gitignore/api/perl