Ignore more build artifacts
This commit is contained in:
parent
a59faac8c4
commit
83d909e70b
2 changed files with 10 additions and 4 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
pull_request:
|
||||
paths:
|
||||
- '**'
|
||||
- '!.gitignore'
|
||||
- '!LICENSE'
|
||||
- '!TODO'
|
||||
- '!doc/**'
|
||||
|
|
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue