summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-05-31 12:55:32 -0700
committerCommit bot <commit-bot@chromium.org>2016-05-31 12:55:32 -0700
commitfb96900eeea15b252245b0caf4330a5ade369172 (patch)
treeb1095c378694572c6ec5c7afab7742ab88dacc97 /.gitignore
parentf02f7e58b56b324d352322335636b3bf44d961d8 (diff)
downloadpdfium-fb96900eeea15b252245b0caf4330a5ade369172.tar.xz
Fix Asan build.
Need the tools/memory directory in order for asan to find the blacklist during compilation. Review-Url: https://codereview.chromium.org/2028603003
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index df5f017288..c8dc4a0a31 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@
/tools/clang
/tools/generate_library_loader
/tools/gyp
+/tools/memory
/v8
/xcodebuild
Makefile