X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=MANIFEST.SKIP;h=64f490c92c49ee79cdba716f2d4a5b0edca216b1;hb=ba35e8ece022fd1277c2c508ace28d5908f74d9c;hp=fa937670db7b0c02f2bd031216b57ca19691535a;hpb=4cc0c352ab5702b87174cf0c8794a6f9e18dc727;p=dbsrgits%2FDBIx-Class.git diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index fa93767..64f490c 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,30 +1,18 @@ +^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile\.PL$|maint/|README$|MANIFEST$|Changes$|AUTHORS$|LICENSE$|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. ~$ \.tmp$ \.old$ \.bak$ +\..*?\.sw[po]$ \#$ \b\.# @@ -34,11 +22,12 @@ # Don't ship the test db ^t/var -# Don't ship the last dist we built :) -\.tar\.gz$ +# Avoid patch remnants +\.orig$ +\.rej$ -# Skip maint stuff -^maint/ +lib/DBIx/Class/Manual/ResultClass.pod.proto +maint/.Generated_Pod -# Avoid copies to .orig -\.orig$ +maint/travis-ci_scripts +.travis.yml