Update .gitignore
This commit is contained in:
parent
f2a8f04f13
commit
5f70d08c02
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,8 +1,19 @@
|
||||||
|
examples/hello
|
||||||
|
examples/hello_module
|
||||||
examples/point.so
|
examples/point.so
|
||||||
|
examples/test_fib
|
||||||
.obj/
|
.obj/
|
||||||
|
hello.c
|
||||||
qjs
|
qjs
|
||||||
qjs32
|
qjs32
|
||||||
qjsc
|
qjsc
|
||||||
|
qjscalc
|
||||||
qjscalc.c
|
qjscalc.c
|
||||||
repl.c
|
repl.c
|
||||||
|
run-test262
|
||||||
|
test262/
|
||||||
|
test262_*.txt
|
||||||
|
test_fib.c
|
||||||
tests/bjson.so
|
tests/bjson.so
|
||||||
|
*.a
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue