From 821e96e2a78ac4f08f2d0ae281cbc22daf0a2c73 Mon Sep 17 00:00:00 2001 From: Hans Dijkema Date: Mon, 17 Aug 2026 23:20:51 +0200 Subject: [PATCH] gitignore --- .gitignore | 2 ++ main.rkt | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 39a4f9c..2f1c380 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ # DrRacket autosave files *.rkt~ *.rkt.bak +*.bak \#*.rkt# \#*.rkt#*# @@ -15,3 +16,4 @@ compiled/ # Dependency tracking files *.dep +doc diff --git a/main.rkt b/main.rkt index f19d7b8..87fd2bf 100644 --- a/main.rkt +++ b/main.rkt @@ -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