]> git.kaiwu.me - quickjs.git/commitdiff
add gitignore for build objects (#84)
authorSam <3194321+cykoder@users.noreply.github.com>
Mon, 12 Feb 2024 09:28:38 +0000 (09:28 +0000)
committerGitHub <noreply@github.com>
Mon, 12 Feb 2024 09:28:38 +0000 (10:28 +0100)
Signed-off-by: Samuel Hellawell <sshellawell@gmail.com>
Co-authored-by: Charlie Gordon <github@chqrlie.org>
.gitignore

index 3f085633d6278184523aed4242446ca8926968f0..5d6b421eff6b1f089f2f89d0faa6b3181e97f18b 100644 (file)
@@ -2,6 +2,7 @@
 .obj/
 examples/test_fib
 test_fib.c
+examples/*.so
 examples/hello
 examples/hello_module
 hello.c