From 03ab4e7818e4de413d4bfb175eb67c0f792b49a9 Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 20 Dec 2016 11:00:55 +0100 Subject: [PATCH] Update .gitignore for changes in third_party This is needed to avoid errors about unversioned files after submitting https://codereview.webrtc.org/2588333002/ BUG=webrtc:5006 TBR=charujain@webrtc.org Review-Url: https://codereview.webrtc.org/2591663002 . Cr-Commit-Position: refs/heads/master@{#15702} --- .gitignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 7f7fa93285..e091870202 100644 --- a/.gitignore +++ b/.gitignore @@ -78,8 +78,9 @@ /third_party/expat /third_party/ffmpeg /third_party/gaeunit -/third_party/gflags/src +/third_party/gflags /third_party/google-visualization-python +/third_party/gtest-parallel /third_party/guava /third_party/hamcrest /third_party/icu @@ -123,7 +124,7 @@ /third_party/tcmalloc /third_party/usrsctp /third_party/valgrind -/third_party/winsdk_samples/src +/third_party/winsdk_samples /third_party/yasm /third_party/zlib /tools/android