1# Version control files and dirs.
2\bRCS\b
3\bCVS\b
4,v$
5\B\.svn\b
6^.git/\b
7^.gitignore$
8^.perltidyrc
9
10# Makemaker generated files and dirs.
11^MANIFEST\.
12^Makefile$
13^blib/
14^MakeMaker-\d
15
16# Temp, old and emacs backup files.
17~$
18\.old$
19^#.*#$
20^\.#
21
22# Custom skips.
23^pm_to_blib
24\.gz$
25MYMETA\b
26^cover_db/
27^nytprof/
28^nytprof\.out
29^Bytes-Random-Secure-Tiny-.+/
30^Bytes-Random-Secure-Tiny-.+\.gz
31