Re: [PATCH] .gitignore: Ignore generated files in lib/raid6

From: Ãvar ArnfjÃrà Bjarmason
Date: Tue Aug 31 2010 - 08:17:36 EST


On Tue, Aug 17, 2010 at 05:40, AmÃrico Wang <xiyou.wangcong@xxxxxxxxx> wrote:
> 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@xxxxxxxx>
>
> Acked-by: WANG Cong <xiyou.wangcong@xxxxxxxxx>
>
> Thanks!

In case this fell through: Could you pick this up Linus. It's still
causing a dirty tree under "git status". 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@xxxxxxxxxxxxxxx
>>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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/