racket-random/.gitignore
joachimschmidt557 be36959f87 WIP
2019-08-23 21:10:46 +02:00

22 lines
391 B
Text

# Created by https://www.gitignore.io/api/racket
# Edit at https://www.gitignore.io/?templates=racket
### 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
# End of https://www.gitignore.io/api/racket