mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 11:52:19 +00:00
gitignore cli_testing_example's compiled app
This commit is contained in:
parent
319fdbfaf7
commit
fefb3b9908
3 changed files with 4 additions and 3 deletions
|
@ -560,7 +560,7 @@ mod cli_run {
|
|||
test_roc_app(
|
||||
"crates/cli_testing_examples/expects",
|
||||
"expects.roc",
|
||||
"expects",
|
||||
"expects-test",
|
||||
&[],
|
||||
&[],
|
||||
&[],
|
||||
|
@ -588,7 +588,7 @@ mod cli_run {
|
|||
test_roc_app(
|
||||
"crates/cli_testing_examples/expects",
|
||||
"expects.roc",
|
||||
"expects",
|
||||
"expects-test",
|
||||
&[],
|
||||
&[],
|
||||
&[],
|
||||
|
|
1
crates/cli_testing_examples/.gitignore
vendored
1
crates/cli_testing_examples/.gitignore
vendored
|
@ -4,3 +4,4 @@ libapp.so
|
|||
dynhost
|
||||
preprocessedhost
|
||||
metadata
|
||||
expects-test
|
|
@ -1,4 +1,4 @@
|
|||
app "expects"
|
||||
app "expects-test"
|
||||
packages { pf: "zig-platform/main.roc" }
|
||||
imports []
|
||||
provides [main] to pf
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue