The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
^.includepath
^.project
^.settings/

# Avoid version control files.
\B\.svn\b
\B\.git\b

# Avoid Makemaker generated and utility files.
\bMakefile$
\bblib/
\bMakeMaker-\d
\bpm_to_blib$

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

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

# our tarballs
\.tar\.gz$