diff options
author | Case Duckworth | 2023-06-01 16:30:09 -0500 |
---|---|---|
committer | Case Duckworth | 2023-06-01 16:30:09 -0500 |
commit | c3481952e04eb79056ed5510f91c597ccb5dddd7 (patch) | |
tree | e73f79a04106fcf121fb7ca516aa6794f3982aeb /.gitignore | |
parent | Remove spurious import (diff) | |
download | apple-c3481952e04eb79056ed5510f91c597ccb5dddd7.tar.gz apple-c3481952e04eb79056ed5510f91c597ccb5dddd7.zip |
Change name to apple and add makefile
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6430706 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,3 @@ | |||
1 | *.link | ||
2 | apple | ||
3 | apple-bin.scm \ No newline at end of file | ||