lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 30 Aug 2010 18:09:34 +1000
From:	Neil Brown <neilb@...e.de>
To:	Andreas Schwab <schwab@...ux-m68k.org>
Cc:	linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] lib/raid6: ignore generated files

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

> Signed-off-by: Andreas Schwab <schwab@...ux-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@...e.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@...ux-m68k.org>
    Signed-off-by: NeilBrown <neilb@...e.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

--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ