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

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 <[email protected]>
---
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


2010-08-17 05:35:48

by Cong Wang

[permalink] [raw]
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 <[email protected]>

Acked-by: WANG Cong <[email protected]>

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 [email protected]
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/

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

On Tue, Aug 17, 2010 at 05:40, Américo Wang <[email protected]> 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 <[email protected]>
>
> Acked-by: WANG Cong <[email protected]>
>
> 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 [email protected]
>>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>>Please read the FAQ at  http://www.tux.org/lkml/
>

2010-08-31 14:02:01

by Andreas Schwab

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

Ævar Arnfjörð Bjarmason <[email protected]> writes:

> On Tue, Aug 17, 2010 at 05:40, Américo Wang <[email protected]> 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 <[email protected]>
>>
>> Acked-by: WANG Cong <[email protected]>
>>
>> Thanks!
>
> In case this fell through: Could you pick this up Linus. It's still
> causing a dirty tree under "git status". Thanks.

It's already on its way, see
<http://permalink.gmane.org/gmane.linux.raid/29357>.

Andreas.

--
Andreas Schwab, [email protected]
GPG Key fingerprint = D4E8 DBE3 3813 BB5D FA84 5EC7 45C6 250E 6F00 984E
"And now for something completely different."

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

On Tue, Aug 31, 2010 at 14:01, Andreas Schwab <[email protected]> wrote:
> Ævar Arnfjörð Bjarmason <[email protected]> writes:
>
>> On Tue, Aug 17, 2010 at 05:40, Américo Wang <[email protected]> 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 <[email protected]>
>>>
>>> Acked-by: WANG Cong <[email protected]>
>>>
>>> Thanks!
>>
>> In case this fell through: Could you pick this up Linus. It's still
>> causing a dirty tree under "git status". Thanks.
>
> It's already on its way, see
> <http://permalink.gmane.org/gmane.linux.raid/29357>.

Thanks. I didn't spot that since it came after my report and didn't
reference it (so it didn't appear in my searches).