gitignore cli_testing_example's compiled app

This commit is contained in:
Richard Feldman 2022-12-16 12:29:47 -05:00
parent 319fdbfaf7
commit fefb3b9908
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
3 changed files with 4 additions and 3 deletions

View file

@ -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",
&[],
&[],
&[],

View file

@ -4,3 +4,4 @@ libapp.so
dynhost
preprocessedhost
metadata
expects-test

View file

@ -1,4 +1,4 @@
app "expects"
app "expects-test"
packages { pf: "zig-platform/main.roc" }
imports []
provides [main] to pf