* [PATCH] Update .gitignore for arch/i386/boot
@ 2007-07-19 19:09 Matthew Wilcox
2007-07-19 19:44 ` Alexey Dobriyan
0 siblings, 1 reply; 3+ messages in thread
From: Matthew Wilcox @ 2007-07-19 19:09 UTC (permalink / raw)
To: Linus Torvalds, H. Peter Anvin; +Cc: linux-kernel
With the new setup code, we generate a couple more files
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
diff --git a/arch/i386/boot/.gitignore b/arch/i386/boot/.gitignore
index 495f20c..1846514 100644
--- a/arch/i386/boot/.gitignore
+++ b/arch/i386/boot/.gitignore
@@ -1,3 +1,5 @@
bootsect
bzImage
setup
+setup.bin
+setup.elf
--
"Bill, look, we understand that you're interested in selling us this
operating system, but compare it to ours. We can't possibly take such
a retrograde step."
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Update .gitignore for arch/i386/boot
2007-07-19 19:09 [PATCH] Update .gitignore for arch/i386/boot Matthew Wilcox
@ 2007-07-19 19:44 ` Alexey Dobriyan
2007-07-19 21:08 ` H. Peter Anvin
0 siblings, 1 reply; 3+ messages in thread
From: Alexey Dobriyan @ 2007-07-19 19:44 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: Linus Torvalds, H. Peter Anvin, linux-kernel
On Thu, Jul 19, 2007 at 01:09:10PM -0600, Matthew Wilcox wrote:
> With the new setup code, we generate a couple more files
> --- a/arch/i386/boot/.gitignore
> +++ b/arch/i386/boot/.gitignore
> @@ -1,3 +1,5 @@
> bootsect
> bzImage
> setup
> +setup.bin
> +setup.elf
ACK
same chunk against arch/x86_64/boot/.gitignore
--- a/arch/x86_64/boot/.gitignore
+++ b/arch/x86_64/boot/.gitignore
@@ -1,3 +1,5 @@
bootsect
bzImage
setup
+setup.bin
+setup.elf
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Update .gitignore for arch/i386/boot
2007-07-19 19:44 ` Alexey Dobriyan
@ 2007-07-19 21:08 ` H. Peter Anvin
0 siblings, 0 replies; 3+ messages in thread
From: H. Peter Anvin @ 2007-07-19 21:08 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: Matthew Wilcox, Linus Torvalds, linux-kernel
Alexey Dobriyan wrote:
> On Thu, Jul 19, 2007 at 01:09:10PM -0600, Matthew Wilcox wrote:
>> With the new setup code, we generate a couple more files
>
>> --- a/arch/i386/boot/.gitignore
>> +++ b/arch/i386/boot/.gitignore
>> @@ -1,3 +1,5 @@
>> bootsect
>> bzImage
>> setup
>> +setup.bin
>> +setup.elf
>
> ACK
>
> same chunk against arch/x86_64/boot/.gitignore
>
> --- a/arch/x86_64/boot/.gitignore
> +++ b/arch/x86_64/boot/.gitignore
> @@ -1,3 +1,5 @@
> bootsect
> bzImage
> setup
> +setup.bin
> +setup.elf
>
Acked-by: H. Peter Anvin <hpa@zytor.com>
The old "bootsect" and "setup" could be removed, but it's probably
cleaner to leave them in in case people have old-kernel droppings still
around.
-hpa
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-07-19 21:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-19 19:09 [PATCH] Update .gitignore for arch/i386/boot Matthew Wilcox
2007-07-19 19:44 ` Alexey Dobriyan
2007-07-19 21:08 ` H. Peter Anvin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox