diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 03:20:56 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 03:20:56 +0000 |
commit | d8528c1042cb74073bea1a8adc0721be4c7eb64d (patch) | |
tree | dc4df386c1186188f4e88ed168454250f897bc1f /.gitignore | |
parent | 5bfcd4910aa318d0a78c3f39c6948c2f7364ded6 (diff) | |
download | chromium_src-d8528c1042cb74073bea1a8adc0721be4c7eb64d.zip chromium_src-d8528c1042cb74073bea1a8adc0721be4c7eb64d.tar.gz chromium_src-d8528c1042cb74073bea1a8adc0721be4c7eb64d.tar.bz2 |
Add third_party/{leveldb,snappy/src} to .gitignore following r79058
BUG=none
TEST='git status' reports nothing on a clean checkout
Review URL: http://codereview.chromium.org/6722019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79096 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,7 @@ v8.log /third_party/hunspell /third_party/hunspell_dictionaries /third_party/icu +/third_party/leveldb /third_party/libjingle/source /third_party/libjpeg_turbo /third_party/libsrtp/src @@ -116,6 +117,7 @@ v8.log /third_party/safe_browsing/testing /third_party/scons /third_party/skia +/third_party/snappy/src /third_party/speex /third_party/swig /third_party/valgrind |