The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Avoid wxWidgets temp directory and archive
^wxWidgets

# 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$
^MANIFEST\.SKIP$

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

# Avoid temp and backup files.
~$
\.tmp$
\.old$
\.bak$
\#$
\b\.#
^MYMETA.yml$

# Avoid Mac OS X stuff
\.DS_Store$