From a7f7ab0ef91da8e3b8a209ee02e67b5ac37bc499 Mon Sep 17 00:00:00 2001 From: Sudarsan Balaji Date: Wed, 13 Oct 2021 03:06:49 +0530 Subject: [PATCH] Ignore testdb --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 17d844a..66ded16 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,5 @@ Cargo.lock wallet_db bdk_ffi_test local.properties -*.log \ No newline at end of file +*.log +targets/kotlin/testdb \ No newline at end of file