diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 01:33:03 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-14 01:33:03 +0000 |
commit | 3ad70eb6fdb20cf77d09d29e8c0e848e80cdd3ad (patch) | |
tree | 2fab8f3dc51efec7bb02b37e3bd10e3d19ee0420 /.gitignore | |
parent | 885eecdb47bbefb9530211616af018ee51a6d43b (diff) | |
download | chromium_src-3ad70eb6fdb20cf77d09d29e8c0e848e80cdd3ad.zip chromium_src-3ad70eb6fdb20cf77d09d29e8c0e848e80cdd3ad.tar.gz chromium_src-3ad70eb6fdb20cf77d09d29e8c0e848e80cdd3ad.tar.bz2 |
Update gitignore
Ignore directories that have recently been added to the gclient checkout.
Review URL: http://codereview.chromium.org/149592
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20594 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,7 @@ *.xcodeproj /Makefile /breakpad/src/ +/build/util/support/ /chrome/Debug /chrome/Hammer /chrome/Release @@ -15,6 +16,7 @@ /chrome/test/data/ /data/ /googleurl/ +/native_client/ /out/ /rlz/binaries/ /sconsbuild @@ -27,11 +29,14 @@ /third_party/googlemac/ /third_party/icu38/ /third_party/pdfsqueeze/ +/third_party/protobuf/ /third_party/skia/ /third_party/tcmalloc/tcmalloc/ +/third_party/xdg-utils/ /tools/distcc/ /tools/grit/grit/test/data/ /tools/gyp/ +/tools/page_cycler/acid3/ /tools/tryserver/ /v8/ /webkit/Debug/ |