* [Qemu-devel] [PATCH] .gitignore: add tracing/generated-events.[ch]
@ 2013-03-08 12:25 Stefan Hajnoczi
2013-03-08 13:07 ` Lluís Vilanova
2013-03-08 13:11 ` Lluís Vilanova
0 siblings, 2 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2013-03-08 12:25 UTC (permalink / raw)
To: qemu-devel; +Cc: vilanova, Stefan Hajnoczi
Don't display autogenerated files in git-status(1).
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
---
A quick follow-up to Lluís Vilanova's generic event state description series.
.gitignore | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore
index 27ad002..af4e3e6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,6 +7,8 @@ trace/generated-tracers.h
trace/generated-tracers.c
trace/generated-tracers-dtrace.h
trace/generated-tracers-dtrace.dtrace
+trace/generated-events.h
+trace/generated-events.c
libcacard/trace/generated-tracers.c
*-timestamp
*-softmmu
--
1.8.1.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] .gitignore: add tracing/generated-events.[ch]
2013-03-08 12:25 [Qemu-devel] [PATCH] .gitignore: add tracing/generated-events.[ch] Stefan Hajnoczi
@ 2013-03-08 13:07 ` Lluís Vilanova
2013-03-08 13:11 ` Lluís Vilanova
1 sibling, 0 replies; 5+ messages in thread
From: Lluís Vilanova @ 2013-03-08 13:07 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-devel
Stefan Hajnoczi writes:
> Don't display autogenerated files in git-status(1).
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Reviewed-by: Lluís Vilanova <vilanova@ac.upc.edu>
> ---
> A quick follow-up to Lluís Vilanova's generic event state description series.
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
> diff --git a/.gitignore b/.gitignore
> index 27ad002..af4e3e6 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -7,6 +7,8 @@ trace/generated-tracers.h
> trace/generated-tracers.c
> trace/generated-tracers-dtrace.h
> trace/generated-tracers-dtrace.dtrace
> +trace/generated-events.h
> +trace/generated-events.c
> libcacard/trace/generated-tracers.c
> *-timestamp
> *-softmmu
> --
> 1.8.1.4
--
"And it's much the same thing with knowledge, for whenever you learn
something new, the whole world becomes that much richer."
-- The Princess of Pure Reason, as told by Norton Juster in The Phantom
Tollbooth
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] .gitignore: add tracing/generated-events.[ch]
2013-03-08 12:25 [Qemu-devel] [PATCH] .gitignore: add tracing/generated-events.[ch] Stefan Hajnoczi
2013-03-08 13:07 ` Lluís Vilanova
@ 2013-03-08 13:11 ` Lluís Vilanova
2013-03-08 14:49 ` Stefan Hajnoczi
1 sibling, 1 reply; 5+ messages in thread
From: Lluís Vilanova @ 2013-03-08 13:11 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-devel
BTW, a minor thing. I just noticed the subject should be
".gitignore: add trace/generated-events.[ch]" ;)
Lluis
Stefan Hajnoczi writes:
> Don't display autogenerated files in git-status(1).
> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
> ---
> A quick follow-up to Lluís Vilanova's generic event state description series.
> .gitignore | 2 ++
> 1 file changed, 2 insertions(+)
> diff --git a/.gitignore b/.gitignore
> index 27ad002..af4e3e6 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -7,6 +7,8 @@ trace/generated-tracers.h
> trace/generated-tracers.c
> trace/generated-tracers-dtrace.h
> trace/generated-tracers-dtrace.dtrace
> +trace/generated-events.h
> +trace/generated-events.c
> libcacard/trace/generated-tracers.c
> *-timestamp
> *-softmmu
> --
> 1.8.1.4
--
"And it's much the same thing with knowledge, for whenever you learn
something new, the whole world becomes that much richer."
-- The Princess of Pure Reason, as told by Norton Juster in The Phantom
Tollbooth
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] .gitignore: add tracing/generated-events.[ch]
2013-03-08 13:11 ` Lluís Vilanova
@ 2013-03-08 14:49 ` Stefan Hajnoczi
2013-03-08 14:49 ` Stefan Hajnoczi
0 siblings, 1 reply; 5+ messages in thread
From: Stefan Hajnoczi @ 2013-03-08 14:49 UTC (permalink / raw)
To: Lluís Vilanova; +Cc: qemu-devel, Stefan Hajnoczi
On Fri, Mar 8, 2013 at 2:11 PM, Lluís Vilanova <vilanova@ac.upc.edu> wrote:
> BTW, a minor thing. I just noticed the subject should be
> ".gitignore: add trace/generated-events.[ch]" ;)
Thanks. I also forgot to add trace/generated-events.dtrace.
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [Qemu-devel] [PATCH] .gitignore: add tracing/generated-events.[ch]
2013-03-08 14:49 ` Stefan Hajnoczi
@ 2013-03-08 14:49 ` Stefan Hajnoczi
0 siblings, 0 replies; 5+ messages in thread
From: Stefan Hajnoczi @ 2013-03-08 14:49 UTC (permalink / raw)
To: Lluís Vilanova; +Cc: qemu-devel, Stefan Hajnoczi
On Fri, Mar 8, 2013 at 3:49 PM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Fri, Mar 8, 2013 at 2:11 PM, Lluís Vilanova <vilanova@ac.upc.edu> wrote:
>> BTW, a minor thing. I just noticed the subject should be
>> ".gitignore: add trace/generated-events.[ch]" ;)
>
> Thanks. I also forgot to add trace/generated-events.dtrace.
I meant trace/generated-tracers.dtrace.
Stefan
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-03-08 14:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-08 12:25 [Qemu-devel] [PATCH] .gitignore: add tracing/generated-events.[ch] Stefan Hajnoczi
2013-03-08 13:07 ` Lluís Vilanova
2013-03-08 13:11 ` Lluís Vilanova
2013-03-08 14:49 ` Stefan Hajnoczi
2013-03-08 14:49 ` Stefan Hajnoczi
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).