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

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: Roll to latest recipes-py Created 5 years, 3 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 | PRESUBMIT.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 *.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 .status_password 9 .status_password
10 .try_job_rietveld_password 10 .try_job_rietveld_password
(...skipping 21 matching lines...) Expand all
32 /masters/*/.* 32 /masters/*/.*
33 /masters/*/actions.log 33 /masters/*/actions.log
34 /masters/*/actions_parser.timestamp 34 /masters/*/actions_parser.timestamp
35 /masters/*/revinfo.log 35 /masters/*/revinfo.log
36 /scripts/command_wrapper 36 /scripts/command_wrapper
37 /scripts/common/.bot_password 37 /scripts/common/.bot_password
38 /scripts/gsd_generate_index 38 /scripts/gsd_generate_index
39 /scripts/master/log_parser/perf_expectations 39 /scripts/master/log_parser/perf_expectations
40 /scripts/private 40 /scripts/private
41 /scripts/release 41 /scripts/release
42 /scripts/slave/.recipe_deps
43 /scripts/slave/.recipe_engine
42 /scripts/tools/deps2git 44 /scripts/tools/deps2git
43 /scripts/tools/deps2git_internal 45 /scripts/tools/deps2git_internal
44 /site_config/.bot_password 46 /site_config/.bot_password
45 /slave/*/ 47 /slave/*/
46 /slave/info/* 48 /slave/info/*
47 !/slave/cert/ 49 !/slave/cert/
48 /tags 50 /tags
49 /third_party/google_api_python_client 51 /third_party/google_api_python_client
50 /third_party/gsutil 52 /third_party/gsutil
51 /third_party/httplib2 53 /third_party/httplib2
52 /third_party/lighttpd 54 /third_party/lighttpd
53 /third_party/oauth2client 55 /third_party/oauth2client
54 /third_party/psutils 56 /third_party/psutils
55 /third_party/swarm_client 57 /third_party/swarm_client
56 /third_party/twisted_10_2/twisted/internet/test/fake_CAs/empty 58 /third_party/twisted_10_2/twisted/internet/test/fake_CAs/empty
57 /third_party/twisted_10_2/twisted/trial/test/directory 59 /third_party/twisted_10_2/twisted/trial/test/directory
58 /third_party/uritemplate 60 /third_party/uritemplate
59 /third_party/xvfb 61 /third_party/xvfb
60 /xvfb 62 /xvfb
OLDNEW
« no previous file with comments | « no previous file | PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698