Don't run license check for Python bytecode files.
Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/30f05997 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/30f05997 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/30f05997 Branch: refs/heads/master Commit: 30f05997864aa3f066e99d377982e8dfb8bd655e Parents: 6c2123a Author: Alexander Shorin <[email protected]> Authored: Sat Sep 28 16:22:28 2013 +0400 Committer: Alexander Shorin <[email protected]> Committed: Sat Sep 28 16:22:28 2013 +0400 ---------------------------------------------------------------------- license.skip | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/30f05997/license.skip ---------------------------------------------------------------------- diff --git a/license.skip b/license.skip index 9ade149..08c4864 100644 --- a/license.skip +++ b/license.skip @@ -59,9 +59,12 @@ ^share/doc/Makefile ^share/doc/Makefile.in ^share/doc/build/.* +^share/doc/ext/__pycache__/.* +^share/doc/ext/*.pyc ^share/doc/ext/httpdomain.py ^share/doc/ext/http-api-descr.json ^share/doc/images/.* +^share/doc/src/conf.pyc ^share/doc/static/rtd.css ^share/doc/templates/couchdb/domainindex.html ^share/server/json2.js
