| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index ea0b8d4944e417a2fc1b24e4a8224918a733bde2..776087e455310fe6e729e76a893820f951231353 100755
|
| --- a/tools/licenses.py
|
| +++ b/tools/licenses.py
|
| @@ -63,6 +63,7 @@ PRUNE_PATHS = set([
|
| # Used for development and test, not in the shipping product.
|
| os.path.join('third_party','bidichecker'),
|
| os.path.join('third_party','cygwin'),
|
| + os.path.join('third_party','gold'),
|
| os.path.join('third_party','lighttpd'),
|
| os.path.join('third_party','mingw-w64'),
|
| os.path.join('third_party','pefile'),
|
|
|