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:
paths:
- '**'
- '!.gitignore'
- '!LICENSE'
- '!TODO'
- '!doc/**'

13
.gitignore vendored
View file

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