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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index 1c4830eb5e5829ac318b0f2e676130d6072867f1..72efaaf59d8fd18d400bdcaea24e9420b57445f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,35 +10,10 @@
common
# TAGS
*TAGS
-# Files created when running as a master.
-master/Build-*
-master/Canary-*
-master/Housekeeper*
-master/http*
-master/Perf-*
-master/state.sqlite*
-master/Test-*
-master/twistd*
-master/git_poller_skia.git/
-master/slaves.cfgc
-# Authentication files used by the buildbots.
-.*_password
-.*_username
-site_config/*_password
-site_config/*_username
-.boto
# Files used by bugdroid.
.bugdroid_password
services/bugdroid/bugdroid_log.txt
# Data files used by webpages_playback.py
-slave/skia_slave_scripts/page_sets/data/*
-# Third party files pulled by buildbot.
-third_party/chromium_buildbot/*
-third_party/chromium_buildbot_tot/*
-third_party/chromium_trunk/*
-third_party/depot_tools/*
-third_party/src/*
-tools/tests/factory_configuration/actual/
# Eclipse project files
.project
.pydevproject
@@ -54,3 +29,5 @@ perf/third_party
perf/timestamp.json
# Ignore all SQLite databases, because tests will create their own unique ones.
*.db
+# Logfiles from launched buildslaves.
+launch_slaves.log*
« no previous file with comments | « no previous file | DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698