diff options
| author | 2024-12-29 17:40:57 -0500 | |
|---|---|---|
| committer | 2024-12-29 17:40:57 -0500 | |
| commit | 180b53f08715564f741205cf687ba250c47844b0 (patch) | |
| tree | 78802a1804b54396f72263b2ec45684357f96d81 /.gitignore | |
| parent | Rewrite cond-thunk to be in terms of cond, and rename tests for (diff) | |
generalize generated files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 23 |
1 files changed, 6 insertions, 17 deletions
@@ -1,17 +1,6 @@ -cond-thunk.build.sh -cond-thunk.install.sh -mcgoron.cond-thunk.import.scm -mcgoron.cond-thunk.import.so -mcgoron.cond-thunk.link -mcgoron.cond-thunk.so -mcgoron.cond-thunk.srfi.210.compat.import.scm -mcgoron.cond-thunk.srfi.210.compat.import.so -mcgoron.cond-thunk.srfi.210.compat.link -mcgoron.cond-thunk.srfi.210.compat.so -mcgoron.cond-thunk.srfi.210.compat.static.o -mcgoron.cond-thunk.static.o -mcgoron.cond-thunk.values.import.scm -mcgoron.cond-thunk.values.import.so -mcgoron.cond-thunk.values.link -mcgoron.cond-thunk.values.so -mcgoron.cond-thunk.values.static.o
\ No newline at end of file +*.build.sh +*.install.sh +*.import.scm +*.so +*.link +*.o |
