Files
gitignore/community/Racket.gitignore
T
2018-10-28 18:17:26 -03:00

15 lines
225 B
Plaintext

# 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