From 8600a052284995065c29756631580f9ea6879325 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Sun, 14 Apr 2013 17:33:32 +0100 Subject: [PATCH] MDL-39092 JavaScript: Ignore all upstream YUI coverage JS --- .gitignore | 1 + lib/yuilib/readme_moodle.txt | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 879da28868a..4b61b24ffd0 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,4 @@ composer.lock /vendor/ /behat.yml */yui/build/*/*-coverage.js +/lib/yuilib/*/build/*/*-coverage.js diff --git a/lib/yuilib/readme_moodle.txt b/lib/yuilib/readme_moodle.txt index 5fcf10e7091..d471da35ddc 100644 --- a/lib/yuilib/readme_moodle.txt +++ b/lib/yuilib/readme_moodle.txt @@ -1,12 +1,13 @@ -Description of import of various YAHOO libraries into Moodle: +Description of import of various YUI libraries into Moodle: 1/ YUI2 version 2.9.0: * copy of 2in3 without older version * exact version specified in lib/setup.php 2/ YUI3 version 3.9.1: -* full copy of the "build" directory without any changes +* full copy of the "build" directory. Unit test code coverage files are + removed but no other changes are made. * exact version specified in lib/setup.php Code downloaded from: -http://developer.yahoo.com/yui +http://yuilibrary.com -- 2.43.0