summaryrefslogtreecommitdiff
path: root/gitignore/community/Racket.gitignore
blob: 962478a15ec24d6f39dda6e741f795a606c6a4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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