diff options
author | Case Duckworth | 2023-06-08 23:27:32 -0500 |
---|---|---|
committer | Case Duckworth | 2023-06-08 23:27:32 -0500 |
commit | c258fe7f2347f03bf7b0ab02ac1596c65a072c1e (patch) | |
tree | a6b37ee6382a7fd98f4def83d01058f566cd6a53 /.gitignore | |
parent | Rewrite; rename to chicken-scratch (diff) | |
download | chicken-scratch-c258fe7f2347f03bf7b0ab02ac1596c65a072c1e.tar.gz chicken-scratch-c258fe7f2347f03bf7b0ab02ac1596c65a072c1e.zip |
Add egg and makefile and program
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
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 @@ | |||
1 | chicken-scratch | ||
2 | *.link | ||
3 | *.so | ||
4 | *.o | ||
5 | *.build.sh | ||
6 | *.import.scm | ||
7 | *.install.sh \ No newline at end of file | ||