From f893df3ed0d6ffc94ca555d680c4e6ab11e9f9f3 Mon Sep 17 00:00:00 2001 From: "kjellander@webrtc.org" Date: Mon, 30 Nov 2015 21:42:20 +0100 Subject: [PATCH] Add third_party/libc++static to .gitignore This should have been done in https://codereview.webrtc.org/1475643010/ TBR=tkchin@webrtc.org Review URL: https://codereview.webrtc.org/1486733002 . Cr-Commit-Position: refs/heads/master@{#10844} --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 57bd245cf1..51e2249bcc 100644 --- a/.gitignore +++ b/.gitignore @@ -102,6 +102,7 @@ /third_party/junit /third_party/junit-jar /third_party/libc++ +/third_party/libc++-static /third_party/libc++abi /third_party/libevent /third_party/libjingle