diff options
| author | Ray <raysan5@gmail.com> | 2016-05-21 11:14:23 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2016-05-21 11:14:23 +0200 |
| commit | 0b65b44a788d7b53c794ae3d197177ded844bb59 (patch) | |
| tree | 0d6a1b72917da8556b38ac2f63687cd0d40cb68c | |
| parent | 46e7a2677039c2349de10dddb6fe7d94926d39d8 (diff) | |
| parent | c9ac176fa794a4601e9f5ec789b9f6ab5d11e9af (diff) | |
| download | raylib-0b65b44a788d7b53c794ae3d197177ded844bb59.tar.gz raylib-0b65b44a788d7b53c794ae3d197177ded844bb59.zip | |
Merge pull request #119 from gordonmcshane/remove-local-properties
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 |
