Update .gitignore for arch/i386/boot
With the new setup code, we generate a couple more files Signed-off-by: Matthew Wilcox <matthew@wil.cx> [ .. and do the same for x86-64 - Alexey ] Acked-by: Alexey Dobriyan <adobriyan@gmail.com> Acked-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
8042297747
commit
12795067cf
2 changed files with 4 additions and 0 deletions
2
arch/i386/boot/.gitignore
vendored
2
arch/i386/boot/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
bootsect
|
||||
bzImage
|
||||
setup
|
||||
setup.bin
|
||||
setup.elf
|
||||
|
|
2
arch/x86_64/boot/.gitignore
vendored
2
arch/x86_64/boot/.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
bootsect
|
||||
bzImage
|
||||
setup
|
||||
setup.bin
|
||||
setup.elf
|
||||
|
|
Loading…
Add table
Reference in a new issue