The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
\B\.git\b
\B\.gitignore\b

# Avoid Makemaker generated and utility files.
\bMANIFEST\.bak
\bMakefile$
\bblib/
\bMakeMaker-\d
\bpm_to_blib\.ts$
\bpm_to_blib$
\bblibdirs\.ts$         # 6.18 through 6.25 generated this
\bMETA.yml$

# Avoid temp and backup files.
~$
\.old$
\#$
\b\.#
\.bak$

# Avoid Devel::Cover files.
\bcover_db\b

# Apache::Test generated files
^t/TEST$
^t/conf/apache_test_config.pm$
^t/conf/extra.conf$
^t/conf/httpd.conf$
^t/conf/modperl_inc.pl$
^t/conf/modperl_startup.pl$
^t/htdocs/index.html$
^t/logs