diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 14:25:36 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-11 14:25:36 +0000 |
commit | 38caad696bc6cd24ce3c3ffb121afc483341acfb (patch) | |
tree | cc252a824dda452038a81d3ea70c2910aec9e28d /.gitignore | |
parent | 68c01ca503a67d90d43038a427c6f101d590b363 (diff) | |
download | chromium_src-38caad696bc6cd24ce3c3ffb121afc483341acfb.zip chromium_src-38caad696bc6cd24ce3c3ffb121afc483341acfb.tar.gz chromium_src-38caad696bc6cd24ce3c3ffb121afc483341acfb.tar.bz2 |
Follow up on r65720: adds third_party/openssl to .gitignore
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4694007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65799 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,7 @@ .gdbinit .metadata .project +v8.log tags /Makefile /_out @@ -80,6 +81,7 @@ tags /third_party/lss /third_party/mingw-w64 /third_party/nss +/third_party/openssl /third_party/ots /third_party/pdfsqueeze /third_party/pefile |