[racket] scribble and .gitignore

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Sat Mar 14 14:38:53 EDT 2015

Ignoring "compiled" is right, but documentation goes to "doc". The
"compiled" and "doc" directories should cover all files that are
generated by Racket tools.

At Sun, 15 Mar 2015 02:33:10 +0800, WarGrey Gyoudmon Ju wrote:
> I use ./compiled as the dest directory so that all generated files can be
> omitted in .gitignore once and for all.
> 
> 
> 
> On Sun, Mar 15, 2015 at 1:30 AM, Jon Zeppieri <zeppieri at gmail.com> wrote:
> 
> > I've been looking at the .gitignore files in various racket packages,
> > and the ones I've seen don't ignore files generated by scribble (.html
> > .css, etc.). So what is the common practice for keeping those files
> > out of source control?
> > ____________________
> >   Racket Users list:
> >   http://lists.racket-lang.org/users
> >
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.