Fix gitignore after setup_links change.

R=henrika@webrtc.org
BUG=522043

Review-Url: https://codereview.webrtc.org/2184323004
Cr-Commit-Position: refs/heads/master@{#13556}
This commit is contained in:
phoglund 2016-07-28 07:23:07 -07:00 committed by Commit bot
parent c62ff86023
commit 5deaaaa0b4

18
.gitignore vendored
View File

@ -69,15 +69,20 @@
/resources/**/*.INP /resources/**/*.INP
/resources/**/*.OUT* /resources/**/*.OUT*
/testing /testing
/third_party/BUILD.gn
/third_party/WebKit
/third_party/WebKit/Tools/Scripts /third_party/WebKit/Tools/Scripts
/third_party/accessibility_test_framework
/third_party/afl
/third_party/android_platform /third_party/android_platform
/third_party/android_tools /third_party/android_tools
/third_party/apache_velocity
/third_party/appurify-python /third_party/appurify-python
/third_party/asan /third_party/asan
/third_party/ashmem /third_party/ashmem
/third_party/binutils /third_party/binutils
/third_party/boringssl /third_party/boringssl
/third_party/BUILD.gn /third_party/bouncycastle
/third_party/catapult /third_party/catapult
/third_party/clang_format /third_party/clang_format
/third_party/class-dump /third_party/class-dump
@ -90,17 +95,21 @@
/third_party/gaeunit /third_party/gaeunit
/third_party/gflags/src /third_party/gflags/src
/third_party/google-visualization-python /third_party/google-visualization-python
/third_party/guava
/third_party/hamcrest
/third_party/icu /third_party/icu
/third_party/instrumented_libraries /third_party/icu4j
/third_party/ijar /third_party/ijar
/third_party/instrumented_libraries
/third_party/intellij
/third_party/jsoncpp /third_party/jsoncpp
/third_party/jsr-305 /third_party/jsr-305
/third_party/junit /third_party/junit
/third_party/junit-jar /third_party/junit-jar
/third_party/libFuzzer
/third_party/libc++ /third_party/libc++
/third_party/libc++-static /third_party/libc++-static
/third_party/libc++abi /third_party/libc++abi
/third_party/libFuzzer
/third_party/libjingle /third_party/libjingle
/third_party/libjpeg /third_party/libjpeg
/third_party/libjpeg_turbo /third_party/libjpeg_turbo
@ -119,16 +128,17 @@
/third_party/openh264 /third_party/openh264
/third_party/openmax_dl /third_party/openmax_dl
/third_party/opus /third_party/opus
/third_party/ow2_asm
/third_party/proguard /third_party/proguard
/third_party/protobuf /third_party/protobuf
/third_party/requests /third_party/requests
/third_party/robolectric /third_party/robolectric
/third_party/sqlite /third_party/sqlite
/third_party/sqlite4java
/third_party/syzygy /third_party/syzygy
/third_party/tcmalloc /third_party/tcmalloc
/third_party/usrsctp /third_party/usrsctp
/third_party/valgrind /third_party/valgrind
/third_party/WebKit
/third_party/winsdk_samples/src /third_party/winsdk_samples/src
/third_party/yasm /third_party/yasm
/third_party/zlib /third_party/zlib