linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Andreas Schwab <schwab@linux-m68k.org>
Cc: linux-raid@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] lib/raid6: ignore generated files
Date: Mon, 30 Aug 2010 18:09:34 +1000	[thread overview]
Message-ID: <20100830180934.2dd88033@notabene> (raw)
In-Reply-To: <m2d3t9z1f9.fsf@igel.home>

On Mon, 23 Aug 2010 19:25:30 +0200
Andreas Schwab <schwab@linux-m68k.org> wrote:

> Signed-off-by: Andreas Schwab <schwab@linux-m68k.org>
> ---
>  lib/raid6/.gitignore |   12 ++++++++++++
>  1 files changed, 12 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..730e5ec
> --- /dev/null
> +++ b/lib/raid6/.gitignore
> @@ -0,0 +1,12 @@
> +int1.c
> +int2.c
> +int4.c
> +int8.c
> +int16.c
> +int32.c
> +altivec1.c
> +altivec2.c
> +altivec4.c
> +altivec8.c
> +tables.c
> +mktables

Thanks.  I've queued a slightly different patch for Linus.

NeilBrown

commit 7c44ece988a3419e51c833cf14be186a22224dd1
Author: NeilBrown <neilb@suse.de>
Date:   Mon Aug 30 17:35:52 2010 +1000

    Move .gitignore from drivers/md to lib/raid6
    
    Another missing bit of the raid6 -> /lib move.
    
    Reported-by: Andreas Schwab <schwab@linux-m68k.org>
    Signed-off-by: NeilBrown <neilb@suse.de>

diff --git a/drivers/md/.gitignore b/drivers/md/.gitignore
deleted file mode 100644
index a7afec6..0000000
--- a/drivers/md/.gitignore
+++ /dev/null
@@ -1,4 +0,0 @@
-mktables
-raid6altivec*.c
-raid6int*.c
-raid6tables.c
diff --git a/lib/raid6/.gitignore b/lib/raid6/.gitignore
new file mode 100644
index 0000000..162beca
--- /dev/null
+++ b/lib/raid6/.gitignore
@@ -0,0 +1,4 @@
+mktables
+altivec*.c
+int*.c
+tables.c

      reply	other threads:[~2010-08-30  8:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-23 17:25 [PATCH] lib/raid6: ignore generated files Andreas Schwab
2010-08-30  8:09 ` Neil Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100830180934.2dd88033@notabene \
    --to=neilb@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=schwab@linux-m68k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).