Files
rash-coreutils/.gitignore
T
2026-08-17 23:19:13 +02:00

22 lines
253 B
Plaintext

# ---> Racket
# gitignore template for the Racket language
# website: http://www.racket-lang.org/
# DrRacket autosave files
*.rkt~
*.rkt.bak
*.bak
\#*.rkt#
\#*.rkt#*#
# Compiled racket bytecode
compiled/
*.zo
# Dependency tracking files
*.dep
doc