[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070801190753.GB5763@martell.zuzino.mipt.ru>
Date: Wed, 1 Aug 2007 23:07:53 +0400
From: Alexey Dobriyan <adobriyan@...il.com>
To: Adrian Bunk <bunk@...sta.de>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org
Subject: Re: [2.6 patch] update .gitignore
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists