* [Qemu-devel] [PATCH] gitignore: ignore files generated by GNU GLOBAL
@ 2013-09-03 7:06 liguang
2013-09-03 7:22 ` Peter Maydell
0 siblings, 1 reply; 2+ messages in thread
From: liguang @ 2013-09-03 7:06 UTC (permalink / raw)
To: qemu-devel
Cc: Anthony Liguori, Michael Roth, Stefan Hajnoczi, Cole Robinson,
Paolo Bonzini, liguang
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
.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
*~
--
1.7.2.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Qemu-devel] [PATCH] gitignore: ignore files generated by GNU GLOBAL
2013-09-03 7:06 [Qemu-devel] [PATCH] gitignore: ignore files generated by GNU GLOBAL liguang
@ 2013-09-03 7:22 ` Peter Maydell
0 siblings, 0 replies; 2+ messages in thread
From: Peter Maydell @ 2013-09-03 7:22 UTC (permalink / raw)
To: liguang
Cc: Anthony Liguori, qemu-devel, Michael Roth, Stefan Hajnoczi,
Cole Robinson, Paolo Bonzini
On 3 September 2013 08:06, liguang <lig.fnst@cn.fujitsu.com> wrote:
> Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
> ---
> .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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-09-03 7:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-03 7:06 [Qemu-devel] [PATCH] gitignore: ignore files generated by GNU GLOBAL liguang
2013-09-03 7:22 ` Peter Maydell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).