add a link to SQL::Abstract for WHERE clauses
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
CommitLineData
fc4b0448 1^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile\.PL$|maint/Makefile\.PL|README$|MANIFEST$|Changes$|META\.(?:yml|json)$)
6882de2b 2
9f19b1d6 3# Avoid version control files.
4\bRCS\b
5\bCVS\b
6,v$
7\B\.svn\b
ec8c4bf2 8\B\.git\b
9\B\.gitignore\b
10\b_darcs\b
9f19b1d6 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
4f2ebb1e 20# for developers only :)
21^TODO$
23209c44 22^Features_09$
4f2ebb1e 23
9f19b1d6 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$
3e110410 33\..*?\.sw[po]$
9f19b1d6 34\#$
35\b\.#
36
7b601771 37# avoid OS X finder files
38\.DS_Store$
39
9f19b1d6 40# Don't ship the test db
41^t/var
42
ddab752c 43# Don't ship the last dist we built :)
fc4b0448 44\.tar\.(?:gz|bz2|xz)$
ce4c07df 45
23209c44 46# Avoid patch remnants
4cc0c352 47\.orig$
23209c44 48\.rej$
ca83d811 49
e9188247 50# Dont use Module::Build anymore
fc4b0448 51^Build\.PL$