X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST.SKIP;h=5e2f3f3aaf88aae72a13dc29c1949a4a3c1ca433;hb=f2d11f4aef9b6c116351f0ee327a46551fcd190f;hp=b174c1de2d0c7cfe15f8ed2e2b71cc1370570628;hpb=ca83d811f3ce60ebb819ce9ad54179837f6157c6;p=dbsrgits%2FDBIx-Class.git diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index b174c1d..5e2f3f3 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,24 +1,11 @@ +^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile\.PL$|maint/|README$|MANIFEST$|Changes$|META\.(?:yml|json)$) + # Avoid version control files. \bRCS\b \bCVS\b ,v$ \B\.svn\b - -# Avoid Makemaker generated and utility files. -\bMakefile$ -\bblib -\bMakeMaker-\d -\bpm_to_blib$ -\bblibdirs$ -^MANIFEST\.SKIP$ - -# for developers only :) -^TODO$ -^VERSIONING\.SKETCH$ - -# Avoid Module::Build generated and utility files. -\bBuild$ -\b_build +\b_darcs\b # Avoid temp and backup files. ~$ @@ -35,14 +22,12 @@ # Don't ship the test db ^t/var -# Don't ship the last dist we built :) -\.tar\.gz$ - -# Skip maint stuff -^maint/ - -# Avoid copies to .orig +# Avoid patch remnants \.orig$ +\.rej$ + +lib/DBIx/Class/Manual/ResultClass.pod.proto +maint/.Generated_Pod -# Dont use Module::Build anymore -# Build.PL +maint/travis-ci_scripts +.travis.yml