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:
parent
2dee5c43da
commit
4ea48a01bb
1 changed files with 2 additions and 0 deletions
2
arch/x86/.gitignore
vendored
2
arch/x86/.gitignore
vendored
|
@ -1,4 +1,6 @@
|
||||||
boot/compressed/vmlinux
|
boot/compressed/vmlinux
|
||||||
tools/test_get_len
|
tools/test_get_len
|
||||||
tools/insn_sanity
|
tools/insn_sanity
|
||||||
|
purgatory/kexec-purgatory.c
|
||||||
|
purgatory/purgatory.ro
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue