From: NeilBrown Date: Mon, 30 Aug 2010 07:35:52 +0000 (+1000) Subject: Move .gitignore from drivers/md to lib/raid6 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7c44ece988a3419e51c833cf14be186a22224dd1;p=linux.git Move .gitignore from drivers/md to lib/raid6 Another missing bit of the raid6 -> /lib move. Reported-by: Andreas Schwab Signed-off-by: NeilBrown --- diff --git a/drivers/md/.gitignore b/drivers/md/.gitignore deleted file mode 100644 index a7afec6b19c65..0000000000000 --- 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 0000000000000..162becacf97c3 --- /dev/null +++ b/lib/raid6/.gitignore @@ -0,0 +1,4 @@ +mktables +altivec*.c +int*.c +tables.c