All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: Mike Frysinger <vapier@gentoo.org>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH] ignore more generated files
Date: Sun, 16 Sep 2012 22:33:15 +0200	[thread overview]
Message-ID: <5056378B.30403@weilnetz.de> (raw)
In-Reply-To: <1347826267-5214-1-git-send-email-vapier@gentoo.org>

Am 16.09.2012 22:11, schrieb Mike Frysinger:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>   .gitignore |    8 ++++++++
>   1 file changed, 8 insertions(+)
>
> diff --git a/.gitignore b/.gitignore
> index 824c0d2..25c134e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -11,6 +11,7 @@ trace-dtrace.dtrace
>   *-darwin-user
>   *-linux-user
>   *-bsd-user
> +libcacard/vscclient
>   libdis*
>   libhw32
>   libhw64
> @@ -51,7 +52,11 @@ test-string-output-visitor
>   test-visitor-serialization
>   fsdev/virtfs-proxy-helper.1
>   fsdev/virtfs-proxy-helper.pod
> +a.out*
>   .gdbinit
> +.gdb_history
> +core
> +gmon.out
>   *.a
>   *.aux
>   *.cp
> @@ -79,6 +84,9 @@ fsdev/virtfs-proxy-helper.pod
>   *.orig
>   .pc
>   patches
> +*.diff
> +*.patch
> +*.rej
>   pc-bios/bios-pq/status
>   pc-bios/vgabios-pq/status
>   pc-bios/optionrom/linuxboot.bin

IMHO .gitignore should only contain files which are generated
by a normal QEMU build.

a.out*, .gdb_history, core, *.diff, *patch, *.rej are not QEMU specific
and should be ignored in the user's GIT configuration.

QEMU's .gitignore already contains too many entries which don't
belong there.Maybe it would be a good idea to remove those
entries and add a comment which explains what entries are ok.

Regards

Stefan W.

  reply	other threads:[~2012-09-16 20:33 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-16 20:11 [Qemu-devel] [PATCH] ignore more generated files Mike Frysinger
2012-09-16 20:33 ` Stefan Weil [this message]
2012-09-16 20:55   ` Mike Frysinger
2012-09-17  5:31     ` Stefan Weil
2012-09-17 14:48       ` Eric Blake
2012-09-17  7:19     ` Jan Kiszka
2012-09-17 18:32       ` Mike Frysinger
2012-09-17 18:37         ` Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5056378B.30403@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=qemu-devel@nongnu.org \
    --cc=vapier@gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.