* [PATCH] x86: add purgatory make generated files to gitignore
@ 2014-09-29 18:41 Shuah Khan
2014-10-09 7:33 ` [tip:x86/urgent] x86/build: Add arch/x86/purgatory/ " tip-bot for Shuah Khan
0 siblings, 1 reply; 2+ messages in thread
From: Shuah Khan @ 2014-09-29 18:41 UTC (permalink / raw)
To: tglx, mingo, hpa; +Cc: Shuah Khan, x86, linux-kernel
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>
---
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
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [tip:x86/urgent] x86/build: Add arch/x86/purgatory/ make generated files to gitignore
2014-09-29 18:41 [PATCH] x86: add purgatory make generated files to gitignore Shuah Khan
@ 2014-10-09 7:33 ` tip-bot for Shuah Khan
0 siblings, 0 replies; 2+ messages in thread
From: tip-bot for Shuah Khan @ 2014-10-09 7:33 UTC (permalink / raw)
To: linux-tip-commits; +Cc: linux-kernel, hpa, mingo, shuahkh, tglx
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-10-09 7:33 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-29 18:41 [PATCH] x86: add purgatory make generated files to gitignore Shuah Khan
2014-10-09 7:33 ` [tip:x86/urgent] x86/build: Add arch/x86/purgatory/ " tip-bot for Shuah Khan
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