OLD | NEW |
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 Loading... |
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 |
OLD | NEW |