Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: .gitignore

Issue 2520493003: Vendor virtualenv, update to 15.1.0. (Closed)
Patch Set: Fix cache directory usage, now hermetic w/ deps-dir. Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | bootstrap/bootstrap.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | bootstrap/bootstrap.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698