From 83d909e70bdd96838f738b55d93a275008d4e736 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sun, 5 Nov 2023 14:00:39 +0100 Subject: [PATCH] Ignore more build artifacts --- .github/workflows/ci.yml | 1 + .gitignore | 13 +++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be8aebb..bafc104 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,6 +4,7 @@ on: pull_request: paths: - '**' + - '!.gitignore' - '!LICENSE' - '!TODO' - '!doc/**' diff --git a/.gitignore b/.gitignore index 62aa658..42ecd65 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,24 @@ + +*.a +*.orig +.obj/ examples/hello examples/hello_module examples/point.so examples/test_fib -.obj/ hello.c +microbench +microbench-32 qjs +qjs-debug qjs32 qjsc qjscalc qjscalc.c repl.c run-test262 +run-test262-32 +run-test262-debug test262_*.txt test_fib.c tests/bjson.so -*.a -*.orig -