gitignore/Dylan.gitignore
Fernando Raya 27ca2cec87 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).
2024-01-31 17:33:37 +01:00

17 lines
171 B
Plaintext

# backup files
*~
*.bak
.DS_Store
# project file
*.hdp
# documentation build directory
build/
# compiler build directory
_build/
# dylan tool package cache
_packages/