From f95ffee9929d7e680a1af384250b9bc937fc1b9b Mon Sep 17 00:00:00 2001 From: The Ghost of FOSS' Future <163201376+sneedgroup-holder@users.noreply.github.com> Date: Mon, 6 Jan 2025 15:32:02 -0600 Subject: [PATCH] Update .gitignore --- .gitignore | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 4ad835c..02130c1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,23 @@ *.a -*.orig -*.so .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/ -unicode/ -.idea -cmake-* -.vs -out/ -CMakeUserPresets.json -fuzz -.vscode/ \ No newline at end of file