Init libkeychain and move some utils

This commit is contained in:
Dominik Schürmann
2017-02-10 17:29:01 +01:00
parent 147539a832
commit 967bebb99c
19 changed files with 331 additions and 19 deletions

33
libkeychain/.gitignore vendored Normal file
View File

@@ -0,0 +1,33 @@
#Android specific
bin
gen
obj
lint.xml
local.properties
release.properties
ant.properties
*.class
*.apk
#Gradle
.gradle
build
gradle.properties
#Maven
target
pom.xml.*
#Eclipse
.project
.classpath
.settings
.metadata
#IntelliJ IDEA
.idea
*.iml
#Lint output
lint-report.html
lint-report_files/*