diff mbox

gitignore: ignore files generated by GNU GLOBAL

Message ID 1378192006-7052-1-git-send-email-lig.fnst@cn.fujitsu.com
State New
Headers show

Commit Message

liguang Sept. 3, 2013, 7:06 a.m. UTC
Signed-off-by: liguang <lig.fnst@cn.fujitsu.com>
---
 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

Comments

Peter Maydell Sept. 3, 2013, 7:22 a.m. UTC | #1
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
diff mbox

Patch

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
 *~