diff options
author | Case Duckworth | 2023-05-28 21:47:09 -0500 |
---|---|---|
committer | Case Duckworth | 2023-05-28 21:47:09 -0500 |
commit | 82a6e29eaad2944eb2e1a2213a9bce17e896add4 (patch) | |
tree | ebedbf6e65bb222d2ce76b491cccb51eca479d00 /.gitignore | |
download | yolk-82a6e29eaad2944eb2e1a2213a9bce17e896add4.tar.gz yolk-82a6e29eaad2944eb2e1a2213a9bce17e896add4.zip |
initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eea9250 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,5 @@ | |||
1 | *.build.sh | ||
2 | *.so | ||
3 | *.link | ||
4 | *.o | ||
5 | *.import.scm \ No newline at end of file | ||