mirror of
https://github.com/go-gitea/gitea
synced 2024-10-28 17:59:03 +01:00
db5524a9ab
Updated the gitignore list with the command : `go run scripts/generate-gitignores.go`
15 lines
226 B
Text
15 lines
226 B
Text
# 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
|