Re: .gitignore files really necessary?

From: Sam Ravnborg
Date: Fri Jan 06 2006 - 10:41:13 EST


On Fri, Jan 06, 2006 at 10:25:31AM +0800, Coywolf Qi Hunt wrote:
> Hello,
>
> I see you keep updating .gitignore files. That would be a never ending
> extra burden IMHO. May I suggest we all use KBUILD_OUTPUT instead to keep
> the source tree clean? Or am I missing you?

You will see a number of .gitignore updates until we get the kernel
covered as is. After that the .gitignore files will seldom see updates.

Also some of the patches even change things already to simplify stuff.
Look at last patch from Brian that ignores *.so in all the trees - this
covers all the architectures using vdso tricks.

And the typical developer does not want to use KBUILD_OUTPUT, that would
be cumbersome when debugging the kernel - so requesting all users to
start using KBUILD_OUTPUT (make O=...) is not an option.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/