From: Brian Gerst <bgerst@didntduck.org>
To: Andrew Morton <akpm@osdl.org>
Cc: Andi Kleen <ak@suse.de>, lkml <linux-kernel@vger.kernel.org>
Subject: [PATCH] gitignore x86_64 files
Date: Tue, 27 Dec 2005 23:39:51 -0500 [thread overview]
Message-ID: <43B21717.5080002@didntduck.org> (raw)
Add filters for x86_64 generated files.
Signed-off-by: Brian Gerst <bgerst@didntduck.org>
---
commit 0e5f0274a2e711e54304c05114d48e4b56e42c21
tree 9625ef0023b16b3faf8ea25882e3c49d15e3d3cb
parent 54d78ad11408855b56d18e45e741c257799ed24f
author Brian Gerst <bgerst@didntduck.org> Tue, 27 Dec 2005 23:38:23 -0500
committer Brian Gerst <bgerst@didntduck.org> Tue, 27 Dec 2005 23:38:23 -0500
arch/x86_64/boot/.gitignore | 3 +++
arch/x86_64/boot/tools/.gitignore | 1 +
arch/x86_64/ia32/.gitignore | 1 +
3 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/arch/x86_64/boot/.gitignore b/arch/x86_64/boot/.gitignore
new file mode 100644
index 0000000..495f20c
--- /dev/null
+++ b/arch/x86_64/boot/.gitignore
@@ -0,0 +1,3 @@
+bootsect
+bzImage
+setup
diff --git a/arch/x86_64/boot/tools/.gitignore b/arch/x86_64/boot/tools/.gitignore
new file mode 100644
index 0000000..378eac2
--- /dev/null
+++ b/arch/x86_64/boot/tools/.gitignore
@@ -0,0 +1 @@
+build
diff --git a/arch/x86_64/ia32/.gitignore b/arch/x86_64/ia32/.gitignore
new file mode 100644
index 0000000..48ab174
--- /dev/null
+++ b/arch/x86_64/ia32/.gitignore
@@ -0,0 +1 @@
+vsyscall*.so
reply other threads:[~2005-12-28 4:39 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43B21717.5080002@didntduck.org \
--to=bgerst@didntduck.org \
--cc=ak@suse.de \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.