Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
1 ^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile\.PL$|maint/|README$|MANIFEST$|Changes$|META\.(?:yml|json)$)
2
3 # Avoid version control files.
4 \bRCS\b
5 \bCVS\b
6 ,v$
7 \B\.svn\b
8 \b_darcs\b
9
10 # Avoid temp and backup files.
11 ~$
12 \.tmp$
13 \.old$
14 \.bak$
15 \..*?\.sw[po]$
16 \#$
17 \b\.#
18
19 # avoid OS X finder files
20 \.DS_Store$
21
22 # Don't ship the test db
23 ^t/var
24
25 # Avoid patch remnants
26 \.orig$
27 \.rej$
28
29 lib/DBIx/Class/Manual/ResultClass.pod.proto
30 maint/.Generated_Pod