diff options
author | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-20 23:26:35 +0000 |
---|---|---|
committer | derat@chromium.org <derat@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-20 23:26:35 +0000 |
commit | f518671579f5cc2ce4cc93374e1c5f61cd69eaa2 (patch) | |
tree | 28823429bbf4f3fbd4ad4aa9897fae7257fcf2ed /.gitignore | |
parent | ee8aaa4efc967cb42c9da98c5365120bca6d28f8 (diff) | |
download | chromium_src-f518671579f5cc2ce4cc93374e1c5f61cd69eaa2.zip chromium_src-f518671579f5cc2ce4cc93374e1c5f61cd69eaa2.tar.gz chromium_src-f518671579f5cc2ce4cc93374e1c5f61cd69eaa2.tar.bz2 |
Add third_party/{chromite,pyelftools} to .gitignore.
Otherwise people accidentally commit them locally. Not fun.
BUG=none
TBR=rcui@chromium.org
Review URL: https://codereview.chromium.org/12678017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@189460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -168,6 +168,7 @@ v8.log /third_party/cacheinvalidation/src /third_party/chromeos_login_manager /third_party/chromeos_text_input +/third_party/chromite /third_party/cros /third_party/cros_dbus_cplusplus/source /third_party/cros_system_api @@ -230,6 +231,7 @@ v8.log /third_party/ppapi /third_party/psyco_win32 /third_party/pthreads-win32 +/third_party/pyelftools /third_party/pyftpdlib/src /third_party/pylib /third_party/pymox/src |