[U-Boot-Users] [PATCH] Add .gitignore files
Wolfgang Denk
wd at denx.de
Mon Feb 26 14:15:38 CET 2007
In message <528646bc0702201547o28480db3g8973c63764fd58ce at mail.gmail.com> you wrote:
>
> Wolfgang, I know you're not fond of .gitignore files because you use
> git-status to get a list of all non-committed files. However, for
No, it's not about non-committed files. It's about files that get
forgotten to be cleaned up because of errors / omissions / dead code
in the Makefiles.
> many of us having a nice set of .gitignore files is pretty much a
> necessity. I personally have a .gitignore patch that I need to apply
> everytime I fetch the latest mainline.
I never felt the need for a .gitignore file; mayby you can explain
what you need it for?
> 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.
Best regards,
Wolfgang Denk
--
DENX Software Engineering GmbH, HRB 165235 Munich, CEO: Wolfgang Denk
Office: Kirchenstr. 5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
COBOL is for morons. -- E.W. Dijkstra
More information about the U-Boot
mailing list