mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-04 00:55:00 +00:00
Consolidate gitignore
Keep certain files with no file extension Keep specific files with no file extension Delete all gitignore files
This commit is contained in:
parent
24f469c254
commit
60c639b60e
44 changed files with 27 additions and 215 deletions
12
crates/cli_testing_examples/.gitignore
vendored
12
crates/cli_testing_examples/.gitignore
vendored
|
|
@ -1,12 +0,0 @@
|
|||
*.dSYM
|
||||
libhost.a
|
||||
libapp.so
|
||||
dynhost
|
||||
preprocessedhost
|
||||
metadata
|
||||
|
||||
expects/expects
|
||||
benchmarks/rbtree-ck
|
||||
benchmarks/rbtree-insert
|
||||
benchmarks/test-astar
|
||||
benchmarks/test-base64
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
fibonacci
|
||||
quicksort
|
||||
|
|
@ -1,12 +0,0 @@
|
|||
cfold
|
||||
closure
|
||||
deriv
|
||||
issue2279
|
||||
nqueens
|
||||
quicksortapp
|
||||
RBTreeCk
|
||||
RBTreeDel
|
||||
RBTreeInsert
|
||||
TestAStar
|
||||
TestBase64
|
||||
*.wasm
|
||||
Loading…
Add table
Add a link
Reference in a new issue