Commit 12795067cfa595434be0236b102a8eb20d578741

Authored by Matthew Wilcox
Committed by Linus Torvalds
1 parent 8042297747

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>

Showing 2 changed files with 4 additions and 0 deletions Side-by-side Diff

arch/i386/boot/.gitignore
1 1 bootsect
2 2 bzImage
3 3 setup
  4 +setup.bin
  5 +setup.elf
arch/x86_64/boot/.gitignore
1 1 bootsect
2 2 bzImage
3 3 setup
  4 +setup.bin
  5 +setup.elf