Updated Branches: refs/heads/1964-feature-fauxton-build d0bcd6652 -> 834c7069d
Update license.skip Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/51d29246 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/51d29246 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/51d29246 Branch: refs/heads/1964-feature-fauxton-build Commit: 51d29246414dc30f9ae2fa6079b46786e4148f38 Parents: d0bcd66 Author: Noah Slater <[email protected]> Authored: Sat Dec 14 16:44:51 2013 +0100 Committer: Noah Slater <[email protected]> Committed: Sat Dec 14 16:44:51 2013 +0100 ---------------------------------------------------------------------- license.skip | 59 +++++++++++++++++++++++++++++-------------------------- 1 file changed, 31 insertions(+), 28 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/51d29246/license.skip ---------------------------------------------------------------------- diff --git a/license.skip b/license.skip index 56f239d..61ffb12 100644 --- a/license.skip +++ b/license.skip @@ -71,6 +71,8 @@ ^share/server/json2.js ^share/server/mimeparse.js ^share/server/coffee-script.js +^share/www/Makefile +^share/www/Makefile.in ^share/www/favicon.ico ^share/www/image/.* ^share/www/script/jquery..* @@ -80,7 +82,35 @@ ^share/www/script/base64.js ^share/www/script/test/lorem.* ^share/www/style/jquery-ui-1.8.11.custom.css -^share/www/fauxton/img/.* +^share/www/fauxton/Makefile +^share/www/fauxton/Makefile.in +^share/www/fauxton/src/app/addons/config/assets/less/config.less +^share/www/fauxton/src/app/modules/pouchdb/base.js +^share/www/fauxton/src/app/modules/pouchdb/pouch.collate.js +^share/www/fauxton/src/app/modules/pouchdb/pouchdb.mapreduce.js +^share/www/fauxton/src/assets/css/codemirror.css +^share/www/fauxton/src/assets/css/nv.d3.css +^share/www/fauxton/src/assets/img/.* +^share/www/fauxton/src/assets/js/libs/.*.js +^share/www/fauxton/src/assets/js/plugins/.*.js +^share/www/fauxton/src/assets/less/bootstrap/.*.less +^share/www/fauxton/src/assets/less/bootstrap/tests/buttons.html +^share/www/fauxton/src/assets/less/bootstrap/tests/css-tests.css +^share/www/fauxton/src/assets/lib/ace/.* +^share/www/fauxton/src/extensions.md +^share/www/fauxton/src/favicon.ico +^share/www/fauxton/src/node_modules/* +^share/www/fauxton/src/package.json +^share/www/fauxton/src/settings.json.* +^share/www/fauxton/src/tasks/addon/rename.json +^share/www/fauxton/src/test/mocha/chai.js +^share/www/fauxton/src/test/mocha/mocha.css +^share/www/fauxton/src/test/mocha/mocha.js +^share/www/fauxton/src/test/mocha/sinon-chai.js +^share/www/fauxton/src/test/mocha/sinon.js +^share/www/fauxton/src/test/test.config.underscore +^share/www/fauxton/src/writing_addons.md +^share/www/fauxton/build/img/.* ^src/Makefile ^src/Makefile.in ^src/couch_index/Makefile @@ -118,33 +148,6 @@ ^src/couch_dbupdates ^src/ejson/.* ^src/etap/.* -^src/fauxton/app/addons/config/assets/less/config.less -^src/fauxton/app/modules/pouchdb/base.js -^src/fauxton/app/modules/pouchdb/pouch.collate.js -^src/fauxton/app/modules/pouchdb/pouchdb.mapreduce.js -^src/fauxton/assets/css/codemirror.css -^src/fauxton/assets/css/nv.d3.css -^src/fauxton/assets/img/.* -^src/fauxton/assets/js/libs/.*.js -^src/fauxton/assets/js/plugins/.*.js -^src/fauxton/assets/less/bootstrap/.*.less -^src/fauxton/assets/less/bootstrap/tests/css-tests.css -^src/fauxton/assets/less/bootstrap/tests/buttons.html -^src/fauxton/favicon.ico -^src/fauxton/package.json -^src/fauxton/extensions.md -^src/fauxton/readme.md -^src/fauxton/writing_addons.md -^src/fauxton/TODO.md -^src/fauxton/settings.json.* -^src/fauxton/test/test.config.underscore -^src/fauxton/test/mocha/chai.js -^src/fauxton/test/mocha/mocha.css -^src/fauxton/test/mocha/mocha.js -^src/fauxton/test/mocha/sinon.js -^src/fauxton/test/mocha/sinon-chai.js -^src/fauxton/tasks/addon/rename.json -^src/fauxton/assets/lib/ace/.* ^src/ibrowse/.* ^src/mochiweb/.* ^src/my-first-couchdb-plugin/priv/*/*
