mirror of
https://github.com/bellard/quickjs.git
synced 2024-11-22 13:48:11 +08:00
add gitignore for build objects (#84)
Signed-off-by: Samuel Hellawell <sshellawell@gmail.com> Co-authored-by: Charlie Gordon <github@chqrlie.org>
This commit is contained in:
parent
e140122202
commit
693449e34e
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,6 +2,7 @@
|
|||||||
.obj/
|
.obj/
|
||||||
examples/test_fib
|
examples/test_fib
|
||||||
test_fib.c
|
test_fib.c
|
||||||
|
examples/*.so
|
||||||
examples/hello
|
examples/hello
|
||||||
examples/hello_module
|
examples/hello_module
|
||||||
hello.c
|
hello.c
|
||||||
|
Loading…
Reference in New Issue
Block a user