view .hgignore @ 0:b3d63ea31ac9

reference
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Tue, 10 Nov 2020 19:37:06 +0900
parents
children
line wrap: on
line source

syntax:glob

# 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

# Dizt::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
local/