update .gitignore, fix android ant.properties

pull/11/head
Chris Conlon 2015-07-09 09:41:47 -06:00
parent 2eb80aeeba
commit 8c463216b5
2 changed files with 9 additions and 1 deletions

8
.gitignore vendored
View File

@ -22,6 +22,14 @@
*.x86_64 *.x86_64
*.hex *.hex
# Android files
android/wolfssljni-ndk-sample/bin
android/wolfssljni-ndk-sample/build.xml
android/wolfssljni-ndk-sample/gen
android/wolfssljni-ndk-sample/local.properties
android/wolfssljni-ndk-sample/obj
android/wolfssljni-ndk-sample/proguard-project.txt
# Example executables # Example executables
/dtls/client-dtls-nonblocking /dtls/client-dtls-nonblocking
/dtls/client-dtls-resume /dtls/client-dtls-resume

View File

@ -15,4 +15,4 @@
# 'key.alias' for the name of the key to use. # 'key.alias' for the name of the key to use.
# The password will be asked during the build when you use the 'release' target. # The password will be asked during the build when you use the 'release' target.
source.dir=src;wolfssl-jni-1.1/src/java; source.dir=src;wolfssljni/src/java;