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}
This commit is contained in:
parent
0012d183b8
commit
03ab4e7818
5
.gitignore
vendored
5
.gitignore
vendored
@ -78,8 +78,9 @@
|
|||||||
/third_party/expat
|
/third_party/expat
|
||||||
/third_party/ffmpeg
|
/third_party/ffmpeg
|
||||||
/third_party/gaeunit
|
/third_party/gaeunit
|
||||||
/third_party/gflags/src
|
/third_party/gflags
|
||||||
/third_party/google-visualization-python
|
/third_party/google-visualization-python
|
||||||
|
/third_party/gtest-parallel
|
||||||
/third_party/guava
|
/third_party/guava
|
||||||
/third_party/hamcrest
|
/third_party/hamcrest
|
||||||
/third_party/icu
|
/third_party/icu
|
||||||
@ -123,7 +124,7 @@
|
|||||||
/third_party/tcmalloc
|
/third_party/tcmalloc
|
||||||
/third_party/usrsctp
|
/third_party/usrsctp
|
||||||
/third_party/valgrind
|
/third_party/valgrind
|
||||||
/third_party/winsdk_samples/src
|
/third_party/winsdk_samples
|
||||||
/third_party/yasm
|
/third_party/yasm
|
||||||
/third_party/zlib
|
/third_party/zlib
|
||||||
/tools/android
|
/tools/android
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user