diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-06-05 13:34:44 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-06-05 13:34:44 -0700 |
commit | 211f90e1bc5d855a2fce3e5f4f6d60d59667894e (patch) | |
tree | aa95177ad819b75ffbb45c3c293fe240d2be12c5 /.gitignore | |
parent | 9e4cd8b2a40ed79d37f399e438e2e11b740c867f (diff) | |
download | pdfium-211f90e1bc5d855a2fce3e5f4f6d60d59667894e.tar.xz |
Standalone checkout gets buildtools.
This will pull in the checkdeps utility for standalone builds.
Write some include rules, too.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1149623011
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 886dba9a43..3014ed6fa7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /build/Debug /build/Release /build/gyp +/buildtools /out /testing/corpus /testing/gmock |