X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=MANIFEST.SKIP;h=60d118c29a675becffd4d0b8254083b68b53db67;hp=972ae182f3a687feaaa170a281ee2dd27cf43d70;hb=4549ba4966c026a49409c7dde70f32b2512250b0;hpb=a28009914a3e447af53737d503b1953160d146c9 diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP index 972ae18..60d118c 100644 --- a/MANIFEST.SKIP +++ b/MANIFEST.SKIP @@ -1,8 +1,14 @@ +^(?!script/|examples/|lib/|inc/|t/|xt/|Makefile.PL$|README$|MANIFEST$|Changes$|META.yml$) + + # Avoid version control files. \bRCS\b \bCVS\b ,v$ \B\.svn\b +\B\.git\b +\B\.gitignore\b +\b_darcs\b # Avoid Makemaker generated and utility files. \bMakefile$ @@ -14,7 +20,7 @@ # for developers only :) ^TODO$ -^VERSIONING\.SKETCH$ +^Features_09$ # Avoid Module::Build generated and utility files. \bBuild$ @@ -41,8 +47,9 @@ # Skip maint stuff ^maint/ -# Avoid copies to .orig +# Avoid patch remnants \.orig$ +\.rej$ # Dont use Module::Build anymore ^Build.PL$