diff options
author | Case Duckworth | 2023-08-27 22:22:52 -0500 |
---|---|---|
committer | Case Duckworth | 2023-08-27 22:22:52 -0500 |
commit | 45c15fe30496311e60dba14399a0676fe084ad56 (patch) | |
tree | de31aab354afa968659d3c6fab1e7eb274f903e0 /.gitignore | |
download | schmaltz-45c15fe30496311e60dba14399a0676fe084ad56.tar.gz schmaltz-45c15fe30496311e60dba14399a0676fe084ad56.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..03c9fb4 --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,8 @@ | |||
1 | schmaltz | ||
2 | *.link | ||
3 | *.so | ||
4 | *.o | ||
5 | *.build.sh | ||
6 | *.import.scm | ||
7 | *.install.sh | ||
8 | *.link \ No newline at end of file | ||