diff options
| author | 2024-12-26 20:54:59 -0500 | |
|---|---|---|
| committer | 2024-12-26 20:54:59 -0500 | |
| commit | a5f12950b0b8bc3226b73638c16f6bd442ca7e17 (patch) | |
| tree | 28672fab137922135baccfba0a29bb0894d13133 /.gitignore | |
| parent | README: add basic tutorial (diff) | |
chicken
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3466af5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +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 |
