diff options
author | Case Duckworth | 2023-06-01 12:00:52 -0500 |
---|---|---|
committer | Case Duckworth | 2023-06-01 12:00:52 -0500 |
commit | a9c2684bb33cc249c5809c5d1d33b4bccb39e5c7 (patch) | |
tree | 1c1ed837199acdb56d4c149b2b952359f8250c7c /.gitignore | |
parent | Update makefile to only build by default (diff) | |
download | yolk-main.tar.gz yolk-main.zip |
Ignore *.install.sh main
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index eea9250..ab8247c 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -2,4 +2,5 @@ | |||
2 | *.so | 2 | *.so |
3 | *.link | 3 | *.link |
4 | *.o | 4 | *.o |
5 | *.import.scm \ No newline at end of file | 5 | *.import.scm |
6 | *.install.sh \ No newline at end of file | ||