Update .gitignore

This commit is contained in:
The Ghost of FOSS' Future 2025-01-06 15:32:02 -06:00 committed by GitHub
parent 4d17eb56ad
commit f95ffee992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

30
.gitignore vendored
View file

@ -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/