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

From: Ãvar ArnfjÃrà Bjarmason
Date: Tue Aug 17 2010 - 00:26:27 EST


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 <avar@xxxxxxxx>
---
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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/