From 31e3d5669c8ccae125d93c1889bcb9f286efe083 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 17 Jan 2014 11:25:47 -0800 Subject: [PATCH] Removing another local.properties. --- BasicSamples/.gitignore | 1 + EndlessTunnel/.gitignore | 1 + EndlessTunnel/local.properties | 17 ----------------- 3 files changed, 2 insertions(+), 17 deletions(-) create mode 100644 EndlessTunnel/.gitignore delete mode 100644 EndlessTunnel/local.properties diff --git a/BasicSamples/.gitignore b/BasicSamples/.gitignore index 2cd16d84..ef624861 100644 --- a/BasicSamples/.gitignore +++ b/BasicSamples/.gitignore @@ -1,3 +1,4 @@ .gradle/ .idea/ *.iml +local.properties diff --git a/EndlessTunnel/.gitignore b/EndlessTunnel/.gitignore new file mode 100644 index 00000000..639cdd51 --- /dev/null +++ b/EndlessTunnel/.gitignore @@ -0,0 +1 @@ +local.properties diff --git a/EndlessTunnel/local.properties b/EndlessTunnel/local.properties deleted file mode 100644 index 2673bddf..00000000 --- a/EndlessTunnel/local.properties +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright (C) 2013 Google Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# -# SDK location (TODO: change this to your local Android SDK location) -sdk.dir=/usr/local/google/home/btco/opt/android-studio/sdk -