1
0
mirror of https://github.com/github/gitignore synced 2024-09-22 15:51:45 +02:00
gitignore/community/Racket.gitignore
Brendan Forster e5c5a2bb9c add community template for Racket
Co-Authored-By: Will Price <willprice94+dev@gmail.com>
Co-Authored-By: Stefan <eu90h@users.noreply.github.com>
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