[tip:x86/urgent] x86/build: Add arch/x86/purgatory/ make generated files to gitignore

From: tip-bot for Shuah Khan
Date: Thu Oct 09 2014 - 03:34:11 EST


Commit-ID: 4ea48a01bb1a99f4185b77cd90cf962730336cc4
Gitweb: http://git.kernel.org/tip/4ea48a01bb1a99f4185b77cd90cf962730336cc4
Author: Shuah Khan <shuahkh@xxxxxxxxxxxxxxx>
AuthorDate: Mon, 29 Sep 2014 12:41:56 -0600
Committer: Ingo Molnar <mingo@xxxxxxxxxx>
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@xxxxxxxxxxxxxxx>
Link: http://lkml.kernel.org/r/1412016116-7213-1-git-send-email-shuahkh@xxxxxxxxxxxxxxx
Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx>
---
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

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