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

Side by Side Diff: .gitignore

Issue 1883193003: Revert of Reupload of "Flock master startup." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | masters/master-common.mk » ('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 16 matching lines...) Expand all
27 /goma 27 /goma
28 /masters/*/*/ 28 /masters/*/*/
29 !/masters/*/templates/ 29 !/masters/*/templates/
30 !/masters/*/public_html/ 30 !/masters/*/public_html/
31 /masters/*/public_html/auto-* 31 /masters/*/public_html/auto-*
32 /masters/*/.* 32 /masters/*/.*
33 /masters/*/config.current.txt 33 /masters/*/config.current.txt
34 /masters/*/actions.log 34 /masters/*/actions.log
35 /masters/*/actions_parser.timestamp 35 /masters/*/actions_parser.timestamp
36 /masters/*/revinfo.log 36 /masters/*/revinfo.log
37 /masters/*/master_start.lock
38 /nested 37 /nested
39 /scripts/command_wrapper 38 /scripts/command_wrapper
40 /scripts/common/.bot_password 39 /scripts/common/.bot_password
41 /scripts/gsd_generate_index 40 /scripts/gsd_generate_index
42 /scripts/master/log_parser/perf_expectations 41 /scripts/master/log_parser/perf_expectations
43 /scripts/private 42 /scripts/private
44 /scripts/release 43 /scripts/release
45 *.*recipe_deps/ 44 *.*recipe_deps/
46 /scripts/slave/.recipe_engine 45 /scripts/slave/.recipe_engine
47 /scripts/tools/deps2git 46 /scripts/tools/deps2git
48 /scripts/tools/deps2git_internal 47 /scripts/tools/deps2git_internal
49 /site_config/.bot_password 48 /site_config/.bot_password
50 /slave/*/ 49 /slave/*/
51 /slave/info/* 50 /slave/info/*
52 !/slave/cert/ 51 !/slave/cert/
53 /tags 52 /tags
54 /third_party/google_api_python_client 53 /third_party/google_api_python_client
55 /third_party/gsutil 54 /third_party/gsutil
56 /third_party/httplib2 55 /third_party/httplib2
57 /third_party/lighttpd 56 /third_party/lighttpd
58 /third_party/oauth2client 57 /third_party/oauth2client
59 /third_party/psutils 58 /third_party/psutils
60 /third_party/swarm_client 59 /third_party/swarm_client
61 /third_party/twisted_10_2/twisted/internet/test/fake_CAs/empty 60 /third_party/twisted_10_2/twisted/internet/test/fake_CAs/empty
62 /third_party/twisted_10_2/twisted/trial/test/directory 61 /third_party/twisted_10_2/twisted/trial/test/directory
63 /third_party/uritemplate 62 /third_party/uritemplate
64 /third_party/xvfb 63 /third_party/xvfb
65 /xvfb 64 /xvfb
OLDNEW
« no previous file with comments | « no previous file | masters/master-common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698