e5c5a2bb9c
Co-Authored-By: Will Price <willprice94+dev@gmail.com> Co-Authored-By: Stefan <eu90h@users.noreply.github.com>
15 lines
225 B
Plaintext
15 lines
225 B
Plaintext
# gitignore template for the Racket language
|
|
# website: http://www.racket-lang.org/
|
|
|
|
# DrRacket autosave files
|
|
*.rkt~
|
|
*.rkt.bak
|
|
\#*.rkt#
|
|
\#*.rkt#*#
|
|
|
|
# Compiled racket bytecode
|
|
compiled/
|
|
*.zo
|
|
|
|
# Dependency tracking files
|
|
*.dep |