mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +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
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