about summary refs log tree commit diff stats
path: root/.gitignore
diff options
context:
space:
mode:
authorCase Duckworth2023-06-08 23:27:32 -0500
committerCase Duckworth2023-06-08 23:27:32 -0500
commitc258fe7f2347f03bf7b0ab02ac1596c65a072c1e (patch)
treea6b37ee6382a7fd98f4def83d01058f566cd6a53 /.gitignore
parentRewrite; rename to chicken-scratch (diff)
downloadchicken-scratch-c258fe7f2347f03bf7b0ab02ac1596c65a072c1e.tar.gz
chicken-scratch-c258fe7f2347f03bf7b0ab02ac1596c65a072c1e.zip
Add egg and makefile and program
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8b6a74a --- /dev/null +++ b/.gitignore
@@ -0,0 +1,7 @@
1chicken-scratch
2*.link
3*.so
4*.o
5*.build.sh
6*.import.scm
7*.install.sh \ No newline at end of file