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

Side by Side Diff: .gitignore

Issue 1241323004: Cross-repo recipe package system. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | scripts/slave/annotated_run.py » ('j') | scripts/slave/recipe_package.pyl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 *.new 1 *.new
2 *.pyc 2 *.pyc
3 *.svnrev 3 *.svnrev
4 .code_review_password 4 .code_review_password
5 .logstatus 5 .logstatus
6 .manhole 6 .manhole
7 .project 7 .project
8 .pydevproject 8 .pydevproject
9 .recipe_deps
9 .status_password 10 .status_password
10 .try_job_rietveld_password 11 .try_job_rietveld_password
11 build_runner.log 12 build_runner.log
12 changes.pck 13 changes.pck
13 changes.pck.old 14 changes.pck.old
14 dropin.cache 15 dropin.cache
15 events_* 16 events_*
16 http.log* 17 http.log*
17 master.cfg.sample 18 master.cfg.sample
18 start_slave.log 19 start_slave.log
(...skipping 12 matching lines...) Expand all
31 /masters/*/public_html/auto-* 32 /masters/*/public_html/auto-*
32 /masters/*/.* 33 /masters/*/.*
33 /masters/*/actions.log 34 /masters/*/actions.log
34 /masters/*/actions_parser.timestamp 35 /masters/*/actions_parser.timestamp
35 /scripts/command_wrapper 36 /scripts/command_wrapper
36 /scripts/common/.bot_password 37 /scripts/common/.bot_password
37 /scripts/gsd_generate_index 38 /scripts/gsd_generate_index
38 /scripts/master/log_parser/perf_expectations 39 /scripts/master/log_parser/perf_expectations
39 /scripts/private 40 /scripts/private
40 /scripts/release 41 /scripts/release
42 /scripts/slave/recipe_deps
41 /scripts/tools/deps2git 43 /scripts/tools/deps2git
42 /scripts/tools/deps2git_internal 44 /scripts/tools/deps2git_internal
43 /site_config/.bot_password 45 /site_config/.bot_password
44 /slave/*/ 46 /slave/*/
45 /slave/info/* 47 /slave/info/*
46 !/slave/cert/ 48 !/slave/cert/
47 /tags 49 /tags
48 /third_party/google_api_python_client 50 /third_party/google_api_python_client
49 /third_party/gsutil 51 /third_party/gsutil
50 /third_party/httplib2 52 /third_party/httplib2
51 /third_party/lighttpd 53 /third_party/lighttpd
52 /third_party/oauth2client 54 /third_party/oauth2client
53 /third_party/psutils 55 /third_party/psutils
54 /third_party/swarm_client 56 /third_party/swarm_client
55 /third_party/twisted_10_2/twisted/internet/test/fake_CAs/empty 57 /third_party/twisted_10_2/twisted/internet/test/fake_CAs/empty
56 /third_party/twisted_10_2/twisted/trial/test/directory 58 /third_party/twisted_10_2/twisted/trial/test/directory
57 /third_party/uritemplate 59 /third_party/uritemplate
58 /third_party/xvfb 60 /third_party/xvfb
59 /xvfb 61 /xvfb
OLDNEW
« no previous file with comments | « no previous file | scripts/slave/annotated_run.py » ('j') | scripts/slave/recipe_package.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698