qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [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

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).