diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-11-07 01:09:44 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-11-07 01:09:44 +0100 |
commit | e0d6d0e6c5ecd32b90a9e591bd028caf97f89a50 (patch) | |
tree | 47b1f06533937c569ccd7019ab0afe3dac12bb15 /.gitignore | |
parent | 5804ed98594485d8d2bfa210d7d689899747ee47 (diff) | |
download | srfi-214-e0d6d0e6c5ecd32b90a9e591bd028caf97f89a50.tar.gz srfi-214-e0d6d0e6c5ecd32b90a9e591bd028caf97f89a50.tar.xz srfi-214-e0d6d0e6c5ecd32b90a9e591bd028caf97f89a50.zip |
add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index e4e5f6c..dbc00f0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -*~ \ No newline at end of file +TODO +*.build.sh +*.install.sh +*.import.scm +*.so +*.link +*.o +*.types |