notes/gitignore/community/Racket.gitignore
2022-09-09 08:21:48 -07:00

15 lines
226 B
Text

# 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