aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShuah Khan <[email protected]>2014-09-29 12:41:56 -0600
committerIngo Molnar <[email protected]>2014-10-09 09:29:46 +0200
commit4ea48a01bb1a99f4185b77cd90cf962730336cc4 (patch)
tree8c9db1fbe981db44a7e2376ce018d34541ab01cd
parent2dee5c43da3a981489a4f18972827139afcbee82 (diff)
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 <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
-rw-r--r--arch/x86/.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/.gitignore b/arch/x86/.gitignore
index 7cab8c08e6d1..aff152c87cf4 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