[racket] Omitting files when creating a package with raco planet create
Lawrence Woodman wrote at 08/06/2013 11:15 AM:
> So I now know what will be in the archives, but is there anyway of
> restricting
> what goes into a package?
If you use McFly to build your PLaneT archive file, there is a feature
for this. The "mcfly-files" variable that "raco mcfly init" creates in
the "info.rkt" lets you itemize a directory tree, with some shortcuts if
you want to use them. http://www.neilvandyke.org/mcfly-tools/
Neil V.