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>
This commit is contained in:
Shuah Khan 2014-09-29 12:41:56 -06:00 коммит произвёл Ingo Molnar
Родитель 2dee5c43da
Коммит 4ea48a01bb
1 изменённых файлов: 2 добавлений и 0 удалений

2
arch/x86/.gitignore поставляемый
Просмотреть файл

@ -1,4 +1,6 @@
boot/compressed/vmlinux
tools/test_get_len
tools/insn_sanity
purgatory/kexec-purgatory.c
purgatory/purgatory.ro