Forráskód Böngészése

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>
Matthew Wilcox 18 éve
szülő
commit
12795067cf
2 módosított fájl, 4 hozzáadás és 0 törlés
  1. 2 0
      arch/i386/boot/.gitignore
  2. 2 0
      arch/x86_64/boot/.gitignore

+ 2 - 0
arch/i386/boot/.gitignore

@@ -1,3 +1,5 @@
 bootsect
 bzImage
 setup
+setup.bin
+setup.elf

+ 2 - 0
arch/x86_64/boot/.gitignore

@@ -1,3 +1,5 @@
 bootsect
 bzImage
 setup
+setup.bin
+setup.elf