1
0
Fork 0
mirror of https://github.com/github/gitignore synced 2025-07-04 20:38:31 +02:00
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

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/