The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Dumper\.bs$
Dumper\.c$
\.o$
\.git/
\.gitignore$
\b(?:MY)?META\.(?:json|yml)$

# Default section:
# Avoid version control files.
\bRCS\b
\bCVS\b
,v$
\B\.svn\b

# Avoid Makemaker generated and utility files.
\bMakefile$
\bblib
\bMakeMaker-\d
\bpm_to_blib$
\bblibdirs$

# Avoid Module::Build generated and utility files.
\bBuild$
\b_build

# Avoid temp and backup files.
~$
\.tmp$
\.old$
\.bak$
\#$
\b\.#
\b\..*\.sw[op]$