.gitignore: remove no longer needed entries.
The Android apps that were previously built with bash commmands are now using Chromium build targets and no longer produces output into the source tree. Thus such Git ignore entries can be removed. TESTED=Built for Android and verified no files showed up when running 'git status'. R=perkj@webrtc.org Review URL: https://codereview.webrtc.org/1749543003 . Cr-Commit-Position: refs/heads/master@{#11821}
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@ -66,17 +66,6 @@
|
||||
/resources/**/*.BIT*
|
||||
/resources/**/*.INP
|
||||
/resources/**/*.OUT*
|
||||
/talk/examples/android/bin
|
||||
/talk/examples/android/gen
|
||||
/talk/examples/android/libs
|
||||
/talk/examples/android/local.properties
|
||||
/talk/examples/android/obj
|
||||
/talk/examples/android/proguard-project.txt
|
||||
/talk/examples/androidtests/bin
|
||||
/talk/examples/androidtests/gen
|
||||
/talk/app/webrtc/androidtests/bin
|
||||
/talk/app/webrtc/androidtests/gen
|
||||
/talk/app/webrtc/androidtests/libs
|
||||
/testing
|
||||
/third_party/WebKit/Tools/Scripts
|
||||
/third_party/android_platform
|
||||
@ -163,14 +152,5 @@
|
||||
/tools/win
|
||||
/tools/xdisplaycheck
|
||||
/tools/whitespace.txt
|
||||
/webrtc/examples/android/opensl_loopback/bin
|
||||
/webrtc/examples/android/opensl_loopback/gen
|
||||
/webrtc/examples/android/opensl_loopback/libs
|
||||
/webrtc/examples/android/opensl_loopback/local.properties
|
||||
/webrtc/examples/android/opensl_loopback/obj
|
||||
/webrtc/examples/android/opensl_loopback/proguard-project.txt
|
||||
/webrtc/modules/audio_device/android/test/bin/
|
||||
/webrtc/modules/audio_device/android/test/gen/
|
||||
/webrtc/modules/audio_device/android/test/libs/
|
||||
/x86-generic_out/
|
||||
/xcodebuild
|
||||
|
Reference in New Issue
Block a user