mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
ignore build artifacts
This commit is contained in:
parent
b9756a93d5
commit
3c9a8e5e4c
3 changed files with 13 additions and 0 deletions
3
crates/cli/tests/fixtures/.gitignore
vendored
3
crates/cli/tests/fixtures/.gitignore
vendored
|
@ -6,3 +6,6 @@ libapp.so
|
||||||
metadata
|
metadata
|
||||||
preprocessedhost
|
preprocessedhost
|
||||||
packages-test
|
packages-test
|
||||||
|
|
||||||
|
multi-dep-str/multi-dep-str
|
||||||
|
multi-dep-thunk/multi-dep-thunk
|
5
crates/cli_testing_examples/.gitignore
vendored
5
crates/cli_testing_examples/.gitignore
vendored
|
@ -5,3 +5,8 @@ dynhost
|
||||||
preprocessedhost
|
preprocessedhost
|
||||||
metadata
|
metadata
|
||||||
expects
|
expects
|
||||||
|
|
||||||
|
benchmarks/rbtree-ck
|
||||||
|
benchmarks/rbtree-insert
|
||||||
|
benchmarks/test-astar
|
||||||
|
benchmarks/test-base64
|
||||||
|
|
5
examples/.gitignore
vendored
5
examples/.gitignore
vendored
|
@ -9,3 +9,8 @@ helloWorld
|
||||||
helloWorldNoURL
|
helloWorldNoURL
|
||||||
inspect-gui
|
inspect-gui
|
||||||
inspect-logging
|
inspect-logging
|
||||||
|
swiftui
|
||||||
|
parser/examples/example
|
||||||
|
gui/hello-gui
|
||||||
|
gui/breakout/breakout
|
||||||
|
gui/breakout/hello-gui
|
Loading…
Add table
Add a link
Reference in a new issue