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/test_fib
|
||||
.obj/
|
||||
hello.c
|
||||
qjs
|
||||
qjs32
|
||||
qjsc
|
||||
qjscalc
|
||||
qjscalc.c
|
||||
repl.c
|
||||
run-test262
|
||||
test262/
|
||||
test262_*.txt
|
||||
test_fib.c
|
||||
tests/bjson.so
|
||||
*.a
|
||||
|
||||
|
|
Loading…
Reference in a new issue