The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
.*CVS.*
.#.*
.*\.bak
.*\.swp
.*\.old
.*\.tar\.gz
^Makefile$
^_build/
^blib/
^blibdirs$
_blib$
Build$
(^|/)\.

# Version control files and dirs.
\bRCS\b
\bCVS\b
\bSCCS\b
,v$
\B\.svn\b
\B\.git\b
\B\.gitignore\b
\b_darcs\b

# Module::Build generated files and dirs.
^Build$
^_build/

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

# Temp, old and emacs backup files.
~$
\.old$
\#$
\b\.#
\.bak$

# Devel::Cover files.
\bcover_db\b

# Test::Kwalitee cache files.
^Debian_CPANTS\.txt

# Old tarballs etc
^SQL-Translator

# patch and diff files
\.diff
\.patch
\.orig$
\.rej$

# junk
\.log$
\.tmp$