 Chromium Code Reviews
 Chromium Code Reviews Issue 1205873002:
  Re-land: Added virtualenv for depot_tools  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools
    
  
    Issue 1205873002:
  Re-land: Added virtualenv for depot_tools  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/tools/depot_tools| Index: bootstrap/virtualenv/.gitignore | 
| diff --git a/bootstrap/virtualenv/.gitignore b/bootstrap/virtualenv/.gitignore | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..6a79b8315a22a9c241b7cd5dba99cbaffa47ebe0 | 
| --- /dev/null | 
| +++ b/bootstrap/virtualenv/.gitignore | 
| @@ -0,0 +1,10 @@ | 
| +virtualenv.egg-info | 
| +build | 
| +dist | 
| +docs/_build | 
| +.DS_Store | 
| +*.pyc | 
| +mock-*.egg | 
| +nose-*.egg | 
| +.tox | 
| +tests/test_activate_actual.output |