[racket-dev] How to avoid to modify .gitignore when pull request
On 2012-12-13 15:34:04 -0500, Greg Hendershott wrote:
> I had a similar confusion a week ago, building Racket for the first
> time ever, and got an answer on #racket.
One thing that makes this easier is if you use the `plt-fresh-build`
script from this git repo:
https://github.com/takikawa/racket-dev-goodies
If you set your $PLTHOME with the included `plt-alias` bash function,
the script will automatically do a clean build of Racket.
Cheers,
Asumu