qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] ignore patch related files


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] ignore patch related files
Date: Tue, 17 May 2011 23:17:32 +0100

On 17 May 2011 22:10, Mike Frysinger <address@hidden> wrote:
> --- a/.gitignore
> +++ b/.gitignore
> @@ -58,6 +58,10 @@ QMP/qmp-commands.txt
>  *.orig
>  .pc
>  patches
> +*.diff
> +*.patch
> +*.rej
> +*.orig
>  pc-bios/bios-pq/status
>  pc-bios/vgabios-pq/status
>  pc-bios/optionrom/linuxboot.bin

Er, *.orig is already in .gitignore, you can see it in
the context here...

Also I tend to agree with the argument made by Stefan Weil
in the final comment on this patch:
http://patchwork.ozlabs.org/patch/84320/
qemu's .gitignore should contain only entries specific to qemu
(files created by running makefile targets and the like);
generic things like .diff/.patch/.rej should be in your
local git config instead.

-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]