From 621e5886eb096998ca36caf7bf564243948659d6 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Tue, 24 Dec 2013 17:29:48 +0100 Subject: [PATCH] Added project.properties to .gitignore --- .gitignore | 3 ++- project.properties | 15 --------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 project.properties diff --git a/.gitignore b/.gitignore index ad1caef..6a548f3 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ gen/ # Local configuration file (sdk path, etc) local.properties +project.properties # Eclipse project files .settings/ @@ -27,4 +28,4 @@ proguard/ *.iml *.ipr *.iws -.idea/ \ No newline at end of file +.idea/ diff --git a/project.properties b/project.properties deleted file mode 100644 index df2aa1c..0000000 --- a/project.properties +++ /dev/null @@ -1,15 +0,0 @@ -# This file is automatically generated by Android Tools. -# Do not modify this file -- YOUR CHANGES WILL BE ERASED! -# -# This file must be checked in Version Control Systems. -# -# To customize properties used by the Ant build system edit -# "ant.properties", and override values to adapt the script to your -# project structure. -# -# To enable ProGuard to shrink and obfuscate your code, uncomment this (available properties: sdk.dir, user.home): -#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt - -# Project target. -target=android-18 -android.library.reference.1=../android-support-v7-mediarouter