Add some .gitignores

This commit is contained in:
Richard Feldman 2020-11-20 22:41:37 -05:00
parent c441471767
commit 759c047b4c
7 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
app
host.o
c_host.o
app.dSYM
*.dSYM

View File

@ -0,0 +1 @@
multi-dep-str

View File

@ -0,0 +1 @@
multi-dep-thunk

2
examples/.gitignore vendored
View File

@ -2,4 +2,4 @@ app
host.o
c_host.o
roc_app.o
app.dSYM
*.dSYM

1
examples/hello-world/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
hello-world

1
examples/multi-module/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
quicksort

1
examples/quicksort/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
quicksort