From 57bd45fbfa1aff6ef48bb889e055738bc55d432e Mon Sep 17 00:00:00 2001 From: Matthew Wilcox Date: Thu, 19 Jul 2007 13:09:10 -0600 Subject: [PATCH] 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 --- arch/i386/boot/.gitignore | 2 ++ arch/x86_64/boot/.gitignore | 2 ++ 2 files changed, 4 insertions(+) diff --git a/arch/i386/boot/.gitignore b/arch/i386/boot/.gitignore index 495f20c085de5..18465143cfa28 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 495f20c085de5..18465143cfa28 100644 --- a/arch/x86_64/boot/.gitignore +++ b/arch/x86_64/boot/.gitignore @@ -1,3 +1,5 @@ bootsect bzImage setup +setup.bin +setup.elf -- 2.39.5