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

Side by Side Diff: .gitignore

Issue 648353002: Remove Skia's forked buildbot code (Closed) Base URL: https://skia.googlesource.com/buildbot.git@master
Patch Set: Address comment Created 6 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 # Compiled python files. 1 # Compiled python files.
2 *.pyc 2 *.pyc
3 # Files open in vi. 3 # Files open in vi.
4 *.swp 4 *.swp
5 # Compiled cfg files. 5 # Compiled cfg files.
6 *.cfgc 6 *.cfgc
7 # gclient files 7 # gclient files
8 .gclient* 8 .gclient*
9 # common code 9 # common code
10 common 10 common
11 # TAGS 11 # TAGS
12 *TAGS 12 *TAGS
13 # Files created when running as a master.
14 master/Build-*
15 master/Canary-*
16 master/Housekeeper*
17 master/http*
18 master/Perf-*
19 master/state.sqlite*
20 master/Test-*
21 master/twistd*
22 master/git_poller_skia.git/
23 master/slaves.cfgc
24 # Authentication files used by the buildbots.
25 .*_password
26 .*_username
27 site_config/*_password
28 site_config/*_username
29 .boto
30 # Files used by bugdroid. 13 # Files used by bugdroid.
31 .bugdroid_password 14 .bugdroid_password
32 services/bugdroid/bugdroid_log.txt 15 services/bugdroid/bugdroid_log.txt
33 # Data files used by webpages_playback.py 16 # Data files used by webpages_playback.py
34 slave/skia_slave_scripts/page_sets/data/*
35 # Third party files pulled by buildbot.
36 third_party/chromium_buildbot/*
37 third_party/chromium_buildbot_tot/*
38 third_party/chromium_trunk/*
39 third_party/depot_tools/*
40 third_party/src/*
41 tools/tests/factory_configuration/actual/
42 # Eclipse project files 17 # Eclipse project files
43 .project 18 .project
44 .pydevproject 19 .pydevproject
45 # Server executables/config 20 # Server executables/config
46 golden/app/third_party 21 golden/app/third_party
47 perf/bqtoken.data 22 perf/bqtoken.data
48 perf/google_storage_token.data 23 perf/google_storage_token.data
49 perf/node_modules 24 perf/node_modules
50 perf/res/css/perf.css 25 perf/res/css/perf.css
51 perf/res/js/perf-debug.js 26 perf/res/js/perf-debug.js
52 perf/res/js/perf.js 27 perf/res/js/perf.js
53 perf/third_party 28 perf/third_party
54 perf/timestamp.json 29 perf/timestamp.json
55 # Ignore all SQLite databases, because tests will create their own unique ones. 30 # Ignore all SQLite databases, because tests will create their own unique ones.
56 *.db 31 *.db
32 # Logfiles from launched buildslaves.
33 launch_slaves.log*
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