diff options
author | newt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-04 23:16:55 +0000 |
---|---|---|
committer | newt@chromium.org <newt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-04 23:16:55 +0000 |
commit | 2e85bda78978ea89e596b81f2e928da687a23a9e (patch) | |
tree | 059d8b5b1dc7d8c9e45287c09dc3749c6452edae /.gitignore | |
parent | bfc4912d5cf066e492f673a8d2af561e7a2bdfde (diff) | |
download | chromium_src-2e85bda78978ea89e596b81f2e928da687a23a9e.zip chromium_src-2e85bda78978ea89e596b81f2e928da687a23a9e.tar.gz chromium_src-2e85bda78978ea89e596b81f2e928da687a23a9e.tar.bz2 |
Add widevine test directory to gitignore.
NOTRY=true
Review URL: https://codereview.chromium.org/187063002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@254874 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,6 @@ v8.log /chrome/test/data/perf/third_party/ /chrome/test/data/plugin/ /chrome/test/data/pyauto_private -/chrome/test/media/license_server/widevine/ /chrome/tools/memory /chrome/tools/test/reference_build /chrome/unit_tests_run.xml @@ -317,6 +316,7 @@ v8.log /third_party/widevine/cdm/linux /third_party/widevine/cdm/mac /third_party/widevine/cdm/win +/third_party/widevine/test/license_server /third_party/win_toolchain/.timestamps /third_party/win_toolchain/files /third_party/wix |