Files
2026-08-03 13:03:12 +02:00

22 lines
305 B
Plaintext

# ---> Racket
# 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
/scribblings/*.css
/scribblings/*.js
/scribblings/*.html
/*.bak