mirror of
https://github.com/DoneJS-Runtime/quickjs-done-nextgen.git
synced 2025-01-09 17:43:15 +00:00
Update .gitignore
This commit is contained in:
parent
4d17eb56ad
commit
f95ffee992
1 changed files with 20 additions and 10 deletions
30
.gitignore
vendored
30
.gitignore
vendored
|
@ -1,13 +1,23 @@
|
||||||
*.a
|
*.a
|
||||||
*.orig
|
|
||||||
*.so
|
|
||||||
.obj/
|
.obj/
|
||||||
|
tests/bjson.so
|
||||||
|
examples/*.so
|
||||||
|
microbench*.txt
|
||||||
|
qjs
|
||||||
|
qjsc
|
||||||
|
qjscalc
|
||||||
|
qjscalc.c
|
||||||
|
hello.c
|
||||||
|
hello
|
||||||
|
hello_module
|
||||||
|
repl.c
|
||||||
|
run-test262
|
||||||
|
test262
|
||||||
|
test262_*.txt
|
||||||
|
test262o
|
||||||
|
test262o_*.txt
|
||||||
|
unicode
|
||||||
|
unicode_gen
|
||||||
|
run_octane
|
||||||
|
run_sunspider_like
|
||||||
build/
|
build/
|
||||||
unicode/
|
|
||||||
.idea
|
|
||||||
cmake-*
|
|
||||||
.vs
|
|
||||||
out/
|
|
||||||
CMakeUserPresets.json
|
|
||||||
fuzz
|
|
||||||
.vscode/
|
|
Loading…
Reference in a new issue