Remove and ignore generated code and binary libs
This commit is contained in:
parent
b91d96278b
commit
0b500d8e05
2
bindings/bdk-kotlin/.gitignore
vendored
2
bindings/bdk-kotlin/.gitignore
vendored
@ -1,7 +1,7 @@
|
||||
/target
|
||||
.idea
|
||||
.gradle
|
||||
local.properties
|
||||
build
|
||||
*.so
|
||||
*.dylib
|
||||
bdk.kt
|
||||
|
File diff suppressed because it is too large
Load Diff
2
build.sh
2
build.sh
@ -32,13 +32,11 @@ copy_lib_kotlin() {
|
||||
echo -n "darwin "
|
||||
mkdir -p bindings/bdk-kotlin/jvm/src/main/resources/darwin-x86-64
|
||||
cp target/debug/libuniffi_bdk.dylib bindings/bdk-kotlin/jvm/src/main/resources/darwin-x86-64
|
||||
cp target/debug/libuniffi_bdk.dylib bindings/bdk-kotlin/demo/src/main/resources/darwin-x86-64
|
||||
;;
|
||||
"Linux")
|
||||
echo -n "linux "
|
||||
mkdir -p bindings/bdk-kotlin/jvm/src/main/resources/linux-x86-64
|
||||
cp target/debug/libuniffi_bdk.so bindings/bdk-kotlin/jvm/src/main/resources/linux-x86-64
|
||||
cp target/debug/libuniffi_bdk.so bindings/bdk-kotlin/demo/src/main/resources/linux-x86-64
|
||||
;;
|
||||
esac
|
||||
echo "libs to kotlin sub-project"
|
||||
|
Loading…
x
Reference in New Issue
Block a user