diff options
author | Nicolas Pena <npm@chromium.org> | 2017-04-07 10:44:38 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-04-07 14:57:50 +0000 |
commit | 03c5e1725be9f581ae80d839fd848d57b9bfa164 (patch) | |
tree | 3709b62aed198fbcb4c83aa42dd2a0fe03973558 /.gitignore | |
parent | 0e5d892fe86d7c2527d8f7b7ac2c5aa8fc77a7be (diff) | |
download | pdfium-03c5e1725be9f581ae80d839fd848d57b9bfa164.tar.xz |
Gitignore jinja2 and markupsafe
Change-Id: I9c05ddc2ca2e3377cc8a9d13c3e4faa2f17a49a5
Reviewed-on: https://pdfium-review.googlesource.com/3930
Reviewed-by: Nicolás Peña <npm@chromium.org>
Commit-Queue: Nicolás Peña <npm@chromium.org>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 289162c429..2c3fd5aa50 100644 --- a/.gitignore +++ b/.gitignore @@ -10,9 +10,11 @@ /third_party/freetype/src /third_party/icu /third_party/instrumented_libraries +/third_party/jinja2 /third_party/libjpeg_turbo /third_party/llvm /third_party/llvm-build +/third_party/markupsafe /third_party/skia /third_party/yasm/binaries /third_party/yasm/source/patched-yasm |