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