[BUG] git clean does not remove certain directories

2012-11-20 Thread Soren Brinkmann
Hi, this use case may be a little awkward but this is the behavior I see: I have a repository which has a couple of untracked directories which can also include git repositories. No submodules, though. I used 'git clean -xdf' on the top level of this repo to remove everything untracked in it -

RE: [BUG] git clean does not remove certain directories

2012-11-20 Thread Soren Brinkmann
Hi, this use case may be a little awkward but this is the behavior I see: I have a repository which has a couple of untracked directories which can also include git repositories. No submodules, though. I used 'git clean -xdf' on the top level of this repo to remove everything untracked in