The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# build products
\.o$
\.bs$
^PNG\.c$
^blib/
^pm_to_blib$
^Makefile$
^Makefile\.old$
^MANIFEST\.bak$

# test products
^testout
\.gcov$
\.gcda$
\.gcno$


# system
^\.svn/
/\.svn/

# editor
^#
~$

^\.gitignore$

# Win32 junk
\.exe$
^dll\.(base|exp)$
^PNG\.def$
^PNG_def\.old$