diff options
author | Shuah Khan <shuahkh@osg.samsung.com> | 2014-09-29 12:41:56 -0600 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-10-09 09:29:46 +0200 |
commit | 4ea48a01bb1a99f4185b77cd90cf962730336cc4 (patch) | |
tree | 8c9db1fbe981db44a7e2376ce018d34541ab01cd /arch/x86 | |
parent | 2dee5c43da3a981489a4f18972827139afcbee82 (diff) | |
download | talos-obmc-linux-4ea48a01bb1a99f4185b77cd90cf962730336cc4.tar.gz talos-obmc-linux-4ea48a01bb1a99f4185b77cd90cf962730336cc4.zip |
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>
Diffstat (limited to 'arch/x86')
-rw-r--r-- | arch/x86/.gitignore | 2 |
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 |