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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | bootstrap/bootstrap.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.pyc 1 *.pyc
2 /workdir 2 /workdir
3 ENV/* 3 ENV/*
4 4
5 # Used by "bootstrap/update_vendoring.py" to cache some vendoring artifacts. 5 # Used by "bootstrap/update_vendoring.py" to cache some vendoring artifacts.
6 .update_vendoring_cache 6 .update_vendoring_cache
7 # Used by "bootstrap/bootstrap.py" to cache pip downloads and wheels.
8 .bootstrap_cache
OLDNEW
« 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