| 123456789101112131415161718 |
- # 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
- # ignore configuration file
- config.rkt
|