gitignore
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
# DrRacket autosave files
|
# DrRacket autosave files
|
||||||
*.rkt~
|
*.rkt~
|
||||||
*.rkt.bak
|
*.rkt.bak
|
||||||
|
*.bak
|
||||||
\#*.rkt#
|
\#*.rkt#
|
||||||
\#*.rkt#*#
|
\#*.rkt#*#
|
||||||
|
|
||||||
@@ -15,3 +16,4 @@ compiled/
|
|||||||
# Dependency tracking files
|
# Dependency tracking files
|
||||||
*.dep
|
*.dep
|
||||||
|
|
||||||
|
doc
|
||||||
|
|||||||
@@ -6,7 +6,11 @@
|
|||||||
syntax/parse
|
syntax/parse
|
||||||
linea/line-macro-prop))
|
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)
|
make)
|
||||||
|
|
||||||
;; In an ordinary Racket expression, `make` remains the first-class procedure
|
;; In an ordinary Racket expression, `make` remains the first-class procedure
|
||||||
|
|||||||
Reference in New Issue
Block a user