Removed local.properties from android-project folder
Alexey Petruchik Please remove local.properties from android-project folder and add it to hgignore According to the local.properties: # This file must *NOT* be checked in Version Control Systems,
This commit is contained in:
parent
5a61cb4234
commit
3b188bfa98
2 changed files with 3 additions and 10 deletions
|
@ -39,6 +39,9 @@ Release
|
|||
*.ncb
|
||||
*.suo
|
||||
|
||||
# for Android
|
||||
android-project/local.properties
|
||||
|
||||
sdl.pc
|
||||
test/autom4te*
|
||||
test/config.cache
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
# This file is automatically generated by Android Tools.
|
||||
# Do not modify this file -- YOUR CHANGES WILL BE ERASED!
|
||||
#
|
||||
# This file must *NOT* be checked in Version Control Systems,
|
||||
# as it contains information specific to your local configuration.
|
||||
|
||||
# location of the SDK. This is only used by Ant
|
||||
# For customization when using a Version Control System, please read the
|
||||
# header note.
|
||||
sdk.dir=/Users/slouken/android-sdk-macosx
|
Loading…
Add table
Add a link
Reference in a new issue