The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
~$          # ignore emacs and vim backup files
\.bak$       # ignore manual backups
\#          # ignore CVS old revision files and emacs temp files
^blib
\.old$
\.DS_Store$
^pm_to_blib$
^MANIFEST\.bak$
^Makefile$
^Build$
^.git
^HTTP-Server-Brick
^_build
^MYMETA\.yml$
^MYMETA\.json$
^\.perl-version$