From 27ca2cec87539c0c526106b64ffc57cb2ed2ff9f Mon Sep 17 00:00:00 2001 From: Fernando Raya Date: Wed, 31 Jan 2024 17:18:28 +0100 Subject: [PATCH] Add support for Opendylan [Opendylan](https://opendylan.org) is an object-functional language originally created by Apple for the Newton. Dylan is a direct descendant of Scheme and CLOS (without the Lisp syntax). --- Dylan.gitignore | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Dylan.gitignore diff --git a/Dylan.gitignore b/Dylan.gitignore new file mode 100644 index 00000000..dca62ad0 --- /dev/null +++ b/Dylan.gitignore @@ -0,0 +1,16 @@ +# backup files +*~ +*.bak +.DS_Store + +# project file +*.hdp + +# documentation build directory +build/ + +# compiler build directory +_build/ + +# dylan tool package cache +_packages/