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

Side by Side Diff: .gitignore

Issue 1364983002: Add CIPD binary installation to DEPS runhooks. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Use "cipd_package_root/" instead of "bin/", better class grouping. Created 5 years, 2 months 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 | DEPS » ('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 .coverage 2 .coverage
3 .expect_tests_coverage* 3 .expect_tests_coverage*
4 ENV 4 ENV
5 .wheelcache 5 .wheelcache
6 luci 6 luci
7 appengine/swarming 7 appengine/swarming
8 appengine/milo/vulcanized_main.html 8 appengine/milo/vulcanized_main.html
9 appengine/experimental/milo-linear/vulcanized_main.html 9 appengine/experimental/milo-linear/vulcanized_main.html
10 appengine/milo/html/parts/graph/viz.js 10 appengine/milo/html/parts/graph/viz.js
11 /cipd_package_root/
Vadim Sh. 2015/09/25 18:26:35 just /cipd/ ? cipd_package_root is long.. note a
dnj 2015/09/25 18:39:14 Okay.
11 .DS_Store 12 .DS_Store
12 /node/runtimes 13 /node/runtimes
13 # build_cache is used by infra.services.builder_alerts 14 # build_cache is used by infra.services.builder_alerts
14 build_cache 15 build_cache
15 go/src/github.com 16 go/src/github.com
16 recipes-py 17 recipes-py
OLDNEW
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698