[U-Boot-Users] [PATCH] Add .gitignore files
Scott Wood
scottwood at freescale.com
Mon Feb 26 18:54:01 CET 2007
On Mon, Feb 26, 2007 at 02:15:38PM +0100, Wolfgang Denk wrote:
> In message <528646bc0702201547o28480db3g8973c63764fd58ce at mail.gmail.com> you wrote:
> > If an alternative command can be used to do the same thing, would you
> > consider accepting this patch? Have you tried: 'git-ls-files
> > --others'?
>
> It doesn't do what I want. For example:
>
> -> cg-status
> ...
> ? LOG/
> ? board/amcc/yellowstone/
> -> git-ls-files --others
> LOG/cam5200.ERR
> LOG/cam5200.MAKELOG
> ->
>
> The first command shows me that there is a stale (empty) directory
> left, the second doesn't.
Try "git ls-files --others --directory".
And for cleaning absolutely everything, "git clean -x -d".
-Scott
More information about the U-Boot
mailing list