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 -