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$
.svn/
^.git

# Eclipse project files
^.includepath$
^.project$
 
# Generated by Perl module toolchain
^ignore.txt$
^MANIFEST\.(?!SKIP)
^Makefile$
^blib/
^blibdirs$
^PM_to_blib$
^MakeMaker-\d
^Build$
^_build
^cover_db
^.*\.bat$
 
# Temp, old, vi and emacs files.
~$
\.old$
\#\.*\#$
\.\#$
\.swp$
\.bak$
^pod.*\.tmp$
^MYMETA.yml$