webrtc/tools/.gitignore
kjellander@webrtc.org fe87f8ce08 Libvpx buildbot waterfall.
I think I found a decent way to avoid duplicating the whole configuration for the libvpx waterfall. It's not perfect but it works. I still haven't figured out what the best way to manage the slaves would be however, since they will need to know which master to connect to, or they'll pick the default they're configured for in slaves.cfg, which is the WebRTC waterfall (can be overridden with the TESTING_MASTER property, but that's only to be used for development and testing.

BUG=None
TEST=Tested on local master and slaves.

Review URL: https://webrtc-codereview.appspot.com/595005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2310 4adac7df-926f-26a2-2b94-8c16560cd09d
2012-05-29 06:23:42 +00:00

46 lines
860 B
Plaintext

*.failed
*.pyc
*~
.*.sw?
.DS_Store
.code_review_password
.cproject
.metadata
.project
.pydevproject
.settings
.status_password
/continuous_build/depot_tools
/third_party/bloat
/third_party/gaeunit
/third_party/google-visualization-python
/third_party/oauth2
/third_party/webtreemap
# Buildbot creates these files:
*.new
.manhole
bg_gradient.jpg
changes.pck
changes.pck.old
dropin.cache
events_*
http.log
master.cfg.sample
robots.txt
state.sqlite
state.sqlite-shm
state.sqlite-wal
twistd.log*
twistd.pid
# Chrome buildbot scripts
/continuous_build/build
# Buildbot slave log directories:
/continuous_build/build_internal/masters/master.libvpx/*/
/continuous_build/build_internal/masters/master.webrtc/*/
/continuous_build/build_internal/masters/master.tryserver.webrtc/*/
# Public HTML folder is also a subdirectory, make sure it's not ignored:
!public_html