Files

24 lines
301 B
Plaintext
Raw Permalink Normal View History

2026-02-17 14:17:31 +01:00
# ---> Racket
# gitignore template for the Racket language
# website: http://www.racket-lang.org/
# DrRacket autosave files
*.rkt~
2026-02-17 15:38:13 +01:00
*.html~
*.css~
2026-02-17 14:17:31 +01:00
*.rkt.bak
\#*.rkt#
\#*.rkt#*#
2026-02-22 23:17:55 +01:00
*.kate-swp
2026-02-17 14:17:31 +01:00
# Compiled racket bytecode
compiled/
*.zo
# Dependency tracking files
*.dep
2026-02-24 09:49:08 +01:00
/*.bak
2026-07-08 00:09:45 +02:00
/gui/*.bak
/gui/html/*.bak