You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Racket 226B

123456789101112131415
  1. # gitignore template for the Racket language
  2. # website: http://www.racket-lang.org/
  3. # DrRacket autosave files
  4. *.rkt~
  5. *.rkt.bak
  6. \#*.rkt#
  7. \#*.rkt#*#
  8. # Compiled racket bytecode
  9. compiled/
  10. *.zo
  11. # Dependency tracking files
  12. *.dep