diff options
| author | Gordon McShane <gordonmcshane@gmail.com> | 2016-05-20 11:26:06 -0700 |
|---|---|---|
| committer | Gordon McShane <gordonmcshane@gmail.com> | 2016-05-20 11:27:18 -0700 |
| commit | c9ac176fa794a4601e9f5ec789b9f6ab5d11e9af (patch) | |
| tree | 719f7afe1db2650189daad21fca1603b82dad7c1 | |
| parent | 6dac1efefef137ae487fa9f4c782b80538f784ba (diff) | |
| download | raylib-c9ac176fa794a4601e9f5ec789b9f6ab5d11e9af.tar.gz raylib-c9ac176fa794a4601e9f5ec789b9f6ab5d11e9af.zip | |
remove user-specific ant files
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | src_android/local.properties | 10 | ||||
| -rw-r--r-- | templates/android_project/local.properties | 10 |
3 files changed, 1 insertions, 20 deletions
@@ -6,6 +6,7 @@ src_android/obj/ templates/android_project/bin/ templates/android_project/obj/ templates/android_project/libs/ +local.properties # Ignore thumbnails created by windows Thumbs.db diff --git a/src_android/local.properties b/src_android/local.properties deleted file mode 100644 index f46293ea..00000000 --- a/src_android/local.properties +++ /dev/null @@ -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 into 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=C:\\android-sdk diff --git a/templates/android_project/local.properties b/templates/android_project/local.properties deleted file mode 100644 index f46293ea..00000000 --- a/templates/android_project/local.properties +++ /dev/null @@ -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 into 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=C:\\android-sdk |
