diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 21:19:47 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-02 21:19:47 +0000 |
commit | e984058bf2de1d110a3ecca1c9b6a77e3f297704 (patch) | |
tree | 8f7e4dc279840a01467ac8b377ec91b86e3a3901 /.gitignore | |
parent | fec974ab6785fd2a4a3c3fcfe3552188fb83e24b (diff) | |
download | chromium_src-e984058bf2de1d110a3ecca1c9b6a77e3f297704.zip chromium_src-e984058bf2de1d110a3ecca1c9b6a77e3f297704.tar.gz chromium_src-e984058bf2de1d110a3ecca1c9b6a77e3f297704.tar.bz2 |
Add a couple more directories to .gitignore.
Review URL: http://codereview.chromium.org/172114
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,7 @@ /chrome/Release /chrome/app/theme/google_chrome/ /chrome/installer/linux/ +/chrome/personalization/ /chrome/test/data/firefox2_profile/searchplugins/ /chrome/test/data/firefox2_searchplugins/ /chrome/test/data/firefox3_profile/searchplugins/ @@ -36,6 +37,7 @@ /third_party/googlemac/ /third_party/hunspell/ /third_party/icu38/ +/third_party/personalization/ /third_party/pdfsqueeze/ /third_party/protobuf2/ /third_party/skia/ @@ -46,6 +48,7 @@ /tools/gyp/ /tools/page_cycler/acid3/ /tools/tryserver/ +/valgrind.tmp/ /v8/ /webkit/Debug/ /webkit/Release/ |