Skip to content

Commit

Permalink
Update .gitignore for arch/i386/boot
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Matthew Wilcox authored and Linus Torvalds committed Jul 19, 2007
1 parent 8042297 commit 1279506
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/i386/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bootsect
bzImage
setup
setup.bin
setup.elf
2 changes: 2 additions & 0 deletions arch/x86_64/boot/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bootsect
bzImage
setup
setup.bin
setup.elf

0 comments on commit 1279506

Please sign in to comment.