Re: [PATCH 23/26] gitignore: x86_64 files

From: Sam Ravnborg
Date: Tue Jan 03 2006 - 14:23:28 EST


On Tue, Jan 03, 2006 at 06:26:41PM +0100, Andi Kleen wrote:

> > Today there are 23 .gitignores in the kernel - including the ones
> > from this patchset.
>
> And next year .cvsignores and .svnignores and .hgignores and
> .whateveriscurrentlyenvoguesvmignores ?

The kernel will contain files relevant for the main SCM used for kernel
development. If people prefer bk, cvs, hg or whatever they will most
likely have similar info in a branch that never hits mainline.

Not maintaining a set of .gitignore files for x86_64 will hit all
users of git for x86_64.
Having a file in arch/ containing a list of generated files for each and
every arch does confilt with the distributed nature of how SW is
developed for the kernel.

The files are hidden for all normal cases so they should not
hurt - or?

Added Linus to this thread - he was the one that wrote this in top-level
.gitignore:

# NOTE! Don't add files that are generated in specific
# subdirectories here. Add them in the ".gitignore" file
# in that subdirectory instead.

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/