diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-03-06 09:38:36 -0800 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-03-06 09:38:36 -0800 |
commit | 7348faecc70ca3bff5aa3715da32032f0c897c23 (patch) | |
tree | d5deeed76830fb5151c60efee3dabb8af26b5d41 | |
parent | 624b6c1e0fc6a5b0467061ef37b6db6856681afb (diff) | |
download | pdfium-7348faecc70ca3bff5aa3715da32032f0c897c23.tar.xz |
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
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
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 |