Move .gitignore from drivers/md to lib/raid6
authorNeilBrown <neilb@suse.de>
Mon, 30 Aug 2010 07:35:52 +0000 (17:35 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 30 Aug 2010 07:35:52 +0000 (17:35 +1000)
Another missing bit of the raid6 -> /lib move.

Reported-by: Andreas Schwab <schwab@linux-m68k.org>
Signed-off-by: NeilBrown <neilb@suse.de>
drivers/md/.gitignore [deleted file]
lib/raid6/.gitignore [new file with mode: 0644]

diff --git a/drivers/md/.gitignore b/drivers/md/.gitignore
deleted file mode 100644 (file)
index a7afec6..0000000
+++ /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 (file)
index 0000000..162beca
--- /dev/null
@@ -0,0 +1,4 @@
+mktables
+altivec*.c
+int*.c
+tables.c