From: Matthew Wilcox Date: Thu, 19 Jul 2007 19:09:10 +0000 (-0600) Subject: Update .gitignore for arch/i386/boot X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=12795067cfa595434be0236b102a8eb20d578741;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Update .gitignore for arch/i386/boot With the new setup code, we generate a couple more files Signed-off-by: Matthew Wilcox [ .. and do the same for x86-64 - Alexey ] Acked-by: Alexey Dobriyan Acked-by: H. Peter Anvin Signed-off-by: Linus Torvalds --- diff --git a/arch/i386/boot/.gitignore b/arch/i386/boot/.gitignore index 495f20c085de..18465143cfa2 100644 --- a/arch/i386/boot/.gitignore +++ b/arch/i386/boot/.gitignore @@ -1,3 +1,5 @@ bootsect bzImage setup +setup.bin +setup.elf diff --git a/arch/x86_64/boot/.gitignore b/arch/x86_64/boot/.gitignore index 495f20c085de..18465143cfa2 100644 --- a/arch/x86_64/boot/.gitignore +++ b/arch/x86_64/boot/.gitignore @@ -1,3 +1,5 @@ bootsect bzImage setup +setup.bin +setup.elf