Chromium Code Reviews| Index: .gitignore |
| diff --git a/.gitignore b/.gitignore |
| index 912a0558301e74bd2cb03971af2593934ff1d253..230d11c96c8c5b859f03283a4e2c228ad11811f6 100644 |
| --- a/.gitignore |
| +++ b/.gitignore |
| @@ -4,3 +4,5 @@ ENV/* |
| # Used by "bootstrap/update_vendoring.py" to cache some vendoring artifacts. |
| .update_vendoring_cache |
| +# Used by "bootstrap/bootstrap.py" to cache pip downloads and wheels. |
| +.bootstrap_cache |