The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Avoid version control files.
\B\.svn\b
\B\.git\b

# Avoid Makemaker generated and utility files.
^MANIFEST\.bak
^Makefile$
^blib/
^MakeMaker-\d
^pm_to_blib$

# Avoid temp and backup files.
~$
\.old$
\#$
^\.#