[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100817054000.GB5095@cr0.nay.redhat.com>
Date: Tue, 17 Aug 2010 13:40:00 +0800
From: Américo Wang <xiyou.wangcong@...il.com>
To: Ævar Arnfjörð Bjarmason <avar@...ix.is>
Cc: torvalds@...ux-foundation.org,
David Woodhouse <dwmw2@...ersburg.infradead.org>,
Linux is full of bugs <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] .gitignore: Ignore generated files in lib/raid6
On Tue, Aug 17, 2010 at 04:25:31AM +0000, Ævar Arnfjörð Bjarmason wrote:
>The Makefile in lib/raid6 will generate these files, and the clean
>target will remove them, but they weren't being ignored by git.
>
>Signed-off-by: Ævar Arnfjörð Bjarmason <avar@...ix.is>
Acked-by: WANG Cong <xiyou.wangcong@...il.com>
Thanks!
>---
> lib/raid6/.gitignore | 16 ++++++++++++++++
> 1 files changed, 16 insertions(+), 0 deletions(-)
> create mode 100644 lib/raid6/.gitignore
>
>diff --git a/lib/raid6/.gitignore b/lib/raid6/.gitignore
>new file mode 100644
>index 0000000..ce56377
>--- /dev/null
>+++ b/lib/raid6/.gitignore
>@@ -0,0 +1,16 @@
>+#
>+# Generated files
>+#
>+
>+altivec1.c
>+altivec2.c
>+altivec4.c
>+altivec8.c
>+int1.c
>+int16.c
>+int2.c
>+int32.c
>+int4.c
>+int8.c
>+mktables
>+tables.c
>--
>1.7.2.1.389.gc3d0b
>
>--
>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/
--
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