add a link to SQL::Abstract for WHERE clauses
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
1 ^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile\.PL$|maint/Makefile\.PL|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\.git\b
9 \B\.gitignore\b
10 \b_darcs\b
11
12 # Avoid Makemaker generated and utility files.
13 \bMakefile$
14 \bblib
15 \bMakeMaker-\d
16 \bpm_to_blib$
17 \bblibdirs$
18 ^MANIFEST\.SKIP$
19
20 # for developers only :)
21 ^TODO$
22 ^Features_09$
23
24 # Avoid Module::Build generated and utility files.
25 \bBuild$
26 \b_build
27
28 # Avoid temp and backup files.
29 ~$
30 \.tmp$
31 \.old$
32 \.bak$
33 \..*?\.sw[po]$
34 \#$
35 \b\.#
36
37 # avoid OS X finder files
38 \.DS_Store$
39
40 # Don't ship the test db
41 ^t/var
42
43 # Don't ship the last dist we built :)
44 \.tar\.(?:gz|bz2|xz)$
45
46 # Avoid patch remnants
47 \.orig$
48 \.rej$
49
50 # Dont use Module::Build anymore
51 ^Build\.PL$