From c520fc9d97c3f467ee62baf532cd0786ed6dd0b3 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Thu, 29 Aug 2013 13:10:21 +0000 Subject: [PATCH] Add svn:ignore on dirs that shouldn't be wiped during gclient revert This will speed up our buildbots and trybots since it also enables incremental builds again (currently out/ was wiped for each build). The Chromium toolchain somehow has changed behavior, since the out/ dir didn't use to be wiped. This change should get faster builds back again. git-svn-id: http://webrtc.googlecode.com/svn/trunk@4641 4adac7df-926f-26a2-2b94-8c16560cd09d --- DEPS | 1 + 1 file changed, 1 insertion(+) diff --git a/DEPS b/DEPS index 1409c46a98..adf3441be3 100644 --- a/DEPS +++ b/DEPS @@ -233,3 +233,4 @@ hooks = [ }, ] +foo