From 681e20e0082df7a54f67160f9948dc5d5563431a Mon Sep 17 00:00:00 2001 From: Henrik Kjellander Date: Tue, 1 Mar 2016 08:55:08 +0100 Subject: [PATCH] .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} --- .gitignore | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.gitignore b/.gitignore index 9215f127d0..35c7c7e60c 100644 --- a/.gitignore +++ b/.gitignore @@ -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