From 7348faecc70ca3bff5aa3715da32032f0c897c23 Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Fri, 6 Mar 2015 09:38:36 -0800 Subject: Add gmock to .gitignore This is an attempt to fix git rebase-update, which complains about uncommitted changes. TBR=halyavin@chromium.org Review URL: https://codereview.chromium.org/985833002 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1269c123c0..623bf8dad7 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /build/Release /build/gyp /out +/testing/gmock /testing/gtest /v8 /xcodebuild -- cgit v1.2.3