quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

commit c26202ce5a017bb46d0db5b309f2a6924196f0a3
parent 34fefeeecd3f2464cd404852731e43fca8689142
Author: Sam <3194321+cykoder@users.noreply.github.com>
Date:   Mon, 12 Feb 2024 09:28:38 +0000

add gitignore for build objects (#84)

Signed-off-by: Samuel Hellawell <sshellawell@gmail.com>
Co-authored-by: Charlie Gordon <github@chqrlie.org>
Diffstat:
Mquickjs/.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/quickjs/.gitignore b/quickjs/.gitignore @@ -2,6 +2,7 @@ .obj/ examples/test_fib test_fib.c +examples/*.so examples/hello examples/hello_module hello.c