qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] gitignore: ignore files generated by GNU GLOBAL


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH] gitignore: ignore files generated by GNU GLOBAL
Date: Tue, 3 Sep 2013 08:22:13 +0100

On 3 September 2013 08:06, liguang <address@hidden> wrote:
> Signed-off-by: liguang <address@hidden>
> ---
>  .gitignore |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index d2c5c2f..97d7a2f 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -108,4 +108,7 @@ pc-bios/s390-ccw/s390-ccw.img
>  cscope.*
>  tags
>  TAGS
> +GTAGS
> +GRTAGS
> +GPATH
>  *~

Please do this sort of thing in your local git configuration;
if it's not a file that QEMU's own build process produces
it shouldn't really be in our .gitignore. (We already have too
much in there in my opinion.)

Previous discussion on the subject:
http://lists.nongnu.org/archive/html/qemu-devel/2013-06/msg01888.html

thanks
-- PMM



reply via email to

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