.gitignore: add third_party/libFuzzer

.gitignore was forgotten when adding a new dependency to
setup_links.py (https://codereview.webrtc.org/1857673002).

TBR=pbos@webrtc.org

Review URL: https://codereview.webrtc.org/1853113002 .

Cr-Commit-Position: refs/heads/master@{#12216}
This commit is contained in:
Henrik Kjellander
2016-04-04 14:31:54 +02:00
parent 006ce2ad91
commit 9d374be6de

1
.gitignore vendored
View File

@ -100,6 +100,7 @@
/third_party/libc++-static /third_party/libc++-static
/third_party/libc++abi /third_party/libc++abi
/third_party/libevent /third_party/libevent
/third_party/libFuzzer
/third_party/libjingle /third_party/libjingle
/third_party/libjpeg /third_party/libjpeg
/third_party/libjpeg_turbo /third_party/libjpeg_turbo