gitignore

This commit is contained in:
2026-08-17 23:20:51 +02:00
parent 0c47f0169f
commit 821e96e2a7
2 changed files with 7 additions and 1 deletions
+2
View File
@@ -5,6 +5,7 @@
# DrRacket autosave files
*.rkt~
*.rkt.bak
*.bak
\#*.rkt#
\#*.rkt#*#
@@ -15,3 +16,4 @@ compiled/
# Dependency tracking files
*.dep
doc
+5 -1
View File
@@ -6,7 +6,11 @@
syntax/parse
linea/line-macro-prop))
(provide (except-out (all-from-out racket-makefile) make/procedure)
(provide (except-out
(all-from-out racket-makefile)
raco
git
make/procedure)
make)
;; In an ordinary Racket expression, `make` remains the first-class procedure