Racket .gitignore file

This commit is contained in:
2026-08-08 13:45:28 +02:00
parent f207035a9a
commit be2baa9280
+22
View File
@@ -0,0 +1,22 @@
# ---> Racket
# gitignore template for the Racket language
# website: http://www.racket-lang.org/
# DrRacket autosave files
*.rkt~
*.html~
*.css~
*.rkt.bak
\#*.rkt#
\#*.rkt#*#
*.kate-swp
# Compiled racket bytecode
compiled/
*.zo
# Dependency tracking files
*.dep
/*.bak
/gui/*.bak