The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Version control files and dirs.
\bRCS\b
\bCVS\b
,v$
\B\.svn\b

# Makemaker generated files and dirs.
^MANIFEST\.
^Makefile$
^Makefile\.old$
^blib/
^pm_to_blib$
^MakeMaker-\d

# Temp, old, emacs backup, and vim swap files.
~$
\.old$
\.bak$
^#.*#$
^\.#
\..*\.swp$

# Other stuff
^todo$
^DEVELOPERNOTES$
^announce.sample$
^old/
\.tar\.gz$
temp/
output/

# yagg extra files
^misc/
^threading/
^rfc822.htm$
^yagg\.
^windows/
^lib/Module/Install/
^compare_output.pl