webrtc/.gitignore: add parts of talk/examples/android and third_party/llvm to the list.
R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1887004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4412 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -33,14 +33,19 @@
|
|||||||
.project
|
.project
|
||||||
.pydevproject
|
.pydevproject
|
||||||
.settings
|
.settings
|
||||||
|
/Makefile
|
||||||
/build
|
/build
|
||||||
/chromium_deps
|
/chromium_deps
|
||||||
/google_apis/build
|
/google_apis/build
|
||||||
/gyp-mac-tool
|
/gyp-mac-tool
|
||||||
/Makefile
|
|
||||||
/out
|
/out
|
||||||
/resources
|
/resources
|
||||||
|
/talk/examples/android/bin
|
||||||
|
/talk/examples/android/gen
|
||||||
|
/talk/examples/android/libs
|
||||||
|
/talk/examples/android/obj
|
||||||
/testing
|
/testing
|
||||||
|
/third_party/WebKit/Tools/Scripts
|
||||||
/third_party/android_testrunner
|
/third_party/android_testrunner
|
||||||
/third_party/android_tools
|
/third_party/android_tools
|
||||||
/third_party/asan
|
/third_party/asan
|
||||||
@@ -60,7 +65,9 @@
|
|||||||
/third_party/libsrtp
|
/third_party/libsrtp
|
||||||
/third_party/libvpx
|
/third_party/libvpx
|
||||||
/third_party/libyuv
|
/third_party/libyuv
|
||||||
|
/third_party/llvm
|
||||||
/third_party/llvm-build
|
/third_party/llvm-build
|
||||||
|
/third_party/nss
|
||||||
/third_party/oauth2
|
/third_party/oauth2
|
||||||
/third_party/openssl
|
/third_party/openssl
|
||||||
/third_party/opus
|
/third_party/opus
|
||||||
@@ -69,7 +76,6 @@
|
|||||||
/third_party/valgrind
|
/third_party/valgrind
|
||||||
/third_party/winsdk_samples/src
|
/third_party/winsdk_samples/src
|
||||||
/third_party/yasm
|
/third_party/yasm
|
||||||
/third_party/WebKit/Tools/Scripts
|
|
||||||
/tools/android
|
/tools/android
|
||||||
/tools/android-dummy-test
|
/tools/android-dummy-test
|
||||||
/tools/clang
|
/tools/clang
|
||||||
|
Reference in New Issue
Block a user