Added project.properties to .gitignore
This commit is contained in:
parent
18c443bb4f
commit
621e5886eb
2 changed files with 2 additions and 16 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -14,6 +14,7 @@ gen/
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
# Local configuration file (sdk path, etc)
|
||||||
local.properties
|
local.properties
|
||||||
|
project.properties
|
||||||
|
|
||||||
# Eclipse project files
|
# Eclipse project files
|
||||||
.settings/
|
.settings/
|
||||||
|
@ -27,4 +28,4 @@ proguard/
|
||||||
*.iml
|
*.iml
|
||||||
*.ipr
|
*.ipr
|
||||||
*.iws
|
*.iws
|
||||||
.idea/
|
.idea/
|
||||||
|
|
|
@ -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
|
|
Reference in a new issue