diff options
author | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-19 04:12:40 +0000 |
---|---|---|
committer | gab@chromium.org <gab@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-19 04:12:40 +0000 |
commit | 5eae551d867c6da7e1ed363110f02f89f99970d9 (patch) | |
tree | f1e01f4ae180cde7a4023776241e012cb4feb74d /.gitignore | |
parent | 7d32ee54bee189e9e4f6b889fd63bca21465ec5c (diff) | |
download | chromium_src-5eae551d867c6da7e1ed363110f02f89f99970d9.zip chromium_src-5eae551d867c6da7e1ed363110f02f89f99970d9.tar.gz chromium_src-5eae551d867c6da7e1ed363110f02f89f99970d9.tar.bz2 |
More gitignores and fix typo
BUG=
TEST=
Review URL: http://codereview.chromium.org/10116045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132943 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -31,7 +31,7 @@ # Only /build/(Debug|Release|x64|ipch) should need to be ignored, but bug #119528 makes this global ignore required for now. Debug/ ipch/ -Relase/ +Release/ x64/ tags Thumbs.db @@ -149,6 +149,7 @@ v8.log /third_party/flac /third_party/freetype /third_party/gles2_conform +/third_party/gnu_binutils/ /third_party/gold /third_party/googlemac /third_party/hunspell @@ -197,6 +198,7 @@ v8.log /third_party/speex /third_party/swiftshader/include/ /third_party/swig +/third_party/syzygy /third_party/syzygy/binaries /third_party/undoview /third_party/v8-i18n |