
On 2/20/07, Timur Tabi timur@freescale.com wrote:
Add various .gitignore files for all of the generated targets. This prevents these files from being accidentally committed and showing up in git-status.
Signed-off-by: Timur Tabi timur@freescale.com
Acked-by: Grant Likely grant.likely@secretlab.ca
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 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.
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'?
Thanks, g.