Comment why each of the RETURNING clauses have their own method
[dbsrgits/SQL-Abstract.git] / MANIFEST.SKIP
CommitLineData
48c19d14 1^(?!script/|examples/|lib/|inc/|t/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$)
19be3609 2
3
4# Avoid version control files.
5\bRCS\b
6\bCVS\b
7,v$
8\B\.svn\b
9\B\.git\b
10\B\.gitignore\b
11\b_darcs\b
12
13# Avoid Makemaker generated and utility files.
14\bMakefile$
15\bblib
16\bMakeMaker-\d
17\bpm_to_blib$
18\bblibdirs$
19^MANIFEST\.SKIP$
20
21# for developers only :)
22^TODO$
23^Features_09$
24
25# Avoid Module::Build generated and utility files.
26\bBuild$
27\b_build
28
29# Avoid temp and backup files.
30~$
31\.tmp$
32\.old$
33\.bak$
34\..*?\.sw[po]$
35\#$
36\b\.#
37
38# avoid OS X finder files
39\.DS_Store$
40
41# Don't ship the test db
42^t/var
43
44# Don't ship the last dist we built :)
45\.tar\.gz$
46
47# Skip maint stuff
48^maint/
49
50# Avoid patch remnants
51\.orig$
52\.rej$
53
54# Dont use Module::Build anymore
55^Build.PL$