Do not mask Makefile.PL errors in END block
[dbsrgits/DBIx-Class.git] / MANIFEST.SKIP
CommitLineData
47589465 1^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile\.PL$|maint/|.generated_pod/|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_darcs\b
9f19b1d6 9
9f19b1d6 10# Avoid temp and backup files.
11~$
12\.tmp$
13\.old$
14\.bak$
3e110410 15\..*?\.sw[po]$
9f19b1d6 16\#$
17\b\.#
18
7b601771 19# avoid OS X finder files
20\.DS_Store$
21
9f19b1d6 22# Don't ship the test db
23^t/var
24
23209c44 25# Avoid patch remnants
4cc0c352 26\.orig$
23209c44 27\.rej$
ca83d811 28