[PATCH] x86: gitignore some autogenerated files for i386

From: Thomas Meyer
Date: Sat Feb 11 2006 - 08:33:30 EST


From: Thomas Meyer <thomas@xxxxxxxx>

This patch adds some more gitignore files for i386 architecture. This
files are created during the build process of a i386 kernel.

Signed-off-by: Thomas Meyer <thomas@xxxxxxxx>
---

This patch is against branch v2.6.16-rc2.

Hopefully the format of the diff is ok, created by git-diff command,
which isn't described in the document Documentation/SubmittingPatches

With kind regads
Thomas


diff --git a/arch/i386/boot/.gitignore b/arch/i386/boot/.gitignore
new file mode 100644
index 0000000..495f20c
--- /dev/null
+++ b/arch/i386/boot/.gitignore
@@ -0,0 +1,3 @@
+bootsect
+bzImage
+setup
diff --git a/arch/i386/boot/tools/.gitignore
b/arch/i386/boot/tools/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/arch/i386/boot/tools/.gitignore
@@ -0,0 +1 @@
+build
diff --git a/arch/i386/kernel/.gitignore b/arch/i386/kernel/.gitignore
new file mode 100644
index 0000000..40836ad
--- /dev/null
+++ b/arch/i386/kernel/.gitignore
@@ -0,0 +1 @@
+vsyscall.lds


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