mirror of
https://github.com/github/gitignore
synced 2025-07-04 20:38:31 +02:00

[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).
16 lines
171 B
Text
16 lines
171 B
Text
# backup files
|
|
*~
|
|
*.bak
|
|
.DS_Store
|
|
|
|
# project file
|
|
*.hdp
|
|
|
|
# documentation build directory
|
|
build/
|
|
|
|
# compiler build directory
|
|
_build/
|
|
|
|
# dylan tool package cache
|
|
_packages/
|