| Index: tools/licenses.py
|
| diff --git a/tools/licenses.py b/tools/licenses.py
|
| index fc07af7a3ff4fab1911023773b72c0445b6bf564..52e2b9a9e5077ff788795409704f44554c7b2500 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'),
|
|
|