diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-03-25 10:47:49 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-03-25 10:47:49 -0700 |
commit | 497d864a6eb35ea38f0a6bbd39a62d34a2ad213c (patch) | |
tree | d18203708771face977dca4177895f137cfa1dff /.gitignore | |
parent | f2efbbdb8a4a2b2ff40f5002d6560ca0e9aaed8e (diff) | |
download | pdfium-497d864a6eb35ea38f0a6bbd39a62d34a2ad213c.tar.xz |
Add testing/corpus to .gitignore
TBR=halyavin@chromium.org
Review URL: https://codereview.chromium.org/1032853004
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 623bf8dad7..529e8882a1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ /build/Release /build/gyp /out +/testing/corpus /testing/gmock /testing/gtest /v8 |