From: tip-bot for Shuah Khan <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: linux-kernel@vger.kernel.org, hpa@zytor.com, mingo@kernel.org,
shuahkh@osg.samsung.com, tglx@linutronix.de
Subject: [tip:x86/urgent] x86/build: Add arch/x86/purgatory/ make generated files to gitignore
Date: Thu, 9 Oct 2014 00:33:31 -0700 [thread overview]
Message-ID: <tip-4ea48a01bb1a99f4185b77cd90cf962730336cc4@git.kernel.org> (raw)
In-Reply-To: <1412016116-7213-1-git-send-email-shuahkh@osg.samsung.com>
Commit-ID: 4ea48a01bb1a99f4185b77cd90cf962730336cc4
Gitweb: http://git.kernel.org/tip/4ea48a01bb1a99f4185b77cd90cf962730336cc4
Author: Shuah Khan <shuahkh@osg.samsung.com>
AuthorDate: Mon, 29 Sep 2014 12:41:56 -0600
Committer: Ingo Molnar <mingo@kernel.org>
CommitDate: Thu, 9 Oct 2014 09:29:46 +0200
x86/build: Add arch/x86/purgatory/ make generated files to gitignore
The following generated files are missing from gitignore
and show up in git status after x86_64 build. Add them
to gitignore.
arch/x86/purgatory/kexec-purgatory.c
arch/x86/purgatory/purgatory.ro
Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
Link: http://lkml.kernel.org/r/1412016116-7213-1-git-send-email-shuahkh@osg.samsung.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
---
arch/x86/.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
index 7cab8c0..aff152c 100644
--- a/arch/x86/.gitignore
+++ b/arch/x86/.gitignore
@@ -1,4 +1,6 @@
boot/compressed/vmlinux
tools/test_get_len
tools/insn_sanity
+purgatory/kexec-purgatory.c
+purgatory/purgatory.ro
prev parent reply other threads:[~2014-10-09 7:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-09-29 18:41 [PATCH] x86: add purgatory " Shuah Khan
2014-10-09 7:33 ` tip-bot for Shuah Khan [this message]
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=tip-4ea48a01bb1a99f4185b77cd90cf962730336cc4@git.kernel.org \
--to=tipbot@zytor.com \
--cc=hpa@zytor.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tip-commits@vger.kernel.org \
--cc=mingo@kernel.org \
--cc=shuahkh@osg.samsung.com \
--cc=tglx@linutronix.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome