+1, in more, I'm doing a wiki to have a good working git configuration and I
have a branch that once merged will solve other issues.
-Fred
-----Message d'origine-----
From: Gordon Smith
Sent: Thursday, April 04, 2013 1:30 AM
To: dev@flex.apache.org
Subject: RE: How to get a clean working tree for flex-sdk
Well, we're not discussing whether 'ant clean' fully removes all build
output. I hope it does, but I'm not sure how to tell any more. (Probably
somehow running 'git status' without a .gitnore would do it.)
We're discussing the fact that we generally want 'git status' to not show
build output but only editing changes.
- Gordon
-----Original Message-----
From: Mark Kessler [mailto:kesslerconsult...@gmail.com]
Sent: Wednesday, April 03, 2013 4:27 PM
To: dev@flex.apache.org
Subject: Re: How to get a clean working tree for flex-sdk
After reading this, I think I'll stay with my syncing the Flex-SDK to a
separate folder when I want to build it. Sounds like cleaning up files
after building in your git repo is a PITA.
-Mark