* [PATCH] x86: gitignore some autogenerated files for i386
@ 2006-02-11 13:34 Thomas Meyer
0 siblings, 0 replies; only message in thread
From: Thomas Meyer @ 2006-02-11 13:34 UTC (permalink / raw)
To: linux-kernel
From: Thomas Meyer <thomas@m3y3r.de>
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@m3y3r.de>
---
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2006-02-11 13:35 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-11 13:34 [PATCH] x86: gitignore some autogenerated files for i386 Thomas Meyer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome