Ignore more build artifacts

This commit is contained in:
Ben Noordhuis 2023-11-05 14:00:39 +01:00
parent a59faac8c4
commit 83d909e70b
2 changed files with 10 additions and 4 deletions

View file

@ -4,6 +4,7 @@ on:
pull_request: pull_request:
paths: paths:
- '**' - '**'
- '!.gitignore'
- '!LICENSE' - '!LICENSE'
- '!TODO' - '!TODO'
- '!doc/**' - '!doc/**'

13
.gitignore vendored
View file

@ -1,19 +1,24 @@
*.a
*.orig
.obj/
examples/hello examples/hello
examples/hello_module examples/hello_module
examples/point.so examples/point.so
examples/test_fib examples/test_fib
.obj/
hello.c hello.c
microbench
microbench-32
qjs qjs
qjs-debug
qjs32 qjs32
qjsc qjsc
qjscalc qjscalc
qjscalc.c qjscalc.c
repl.c repl.c
run-test262 run-test262
run-test262-32
run-test262-debug
test262_*.txt test262_*.txt
test_fib.c test_fib.c
tests/bjson.so tests/bjson.so
*.a
*.orig