Skip to content

Commit

Permalink
Ignore more build artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Nov 5, 2023
1 parent a59faac commit 83d909e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
paths:
- '**'
- '!.gitignore'
- '!LICENSE'
- '!TODO'
- '!doc/**'
Expand Down
13 changes: 9 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 83d909e

Please sign in to comment.