Re: [2.6 patch] update .gitignore
From: Alexey Dobriyan
Date: Wed Aug 01 2007 - 15:08:20 EST
On Wed, Aug 01, 2007 at 03:10:51PM +0200, Adrian Bunk wrote:
> --- linux-2.6.23-rc1-mm2/.gitignore.old
> +++ linux-2.6.23-rc1-mm2/.gitignore
> @@ -14,18 +14,25 @@
> *.so
> *.mod.c
> *.i
> +!include/asm-*/*.i
I think these should be renamed to .S and let .i alone for preprocessed
stuff.
> +# .gitignore files
> +!.gitignore
> +
> #
> # Top-level generic files
> #
> tags
> TAGS
> vmlinux*
> -!vmlinux.lds.S
> +!vmlinux*.lds*
> +!vmlinux*.scr
> System.map
> Module.symvers
> +!.mailmap
> +!.mm
-
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/