qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] .gitignore: Ignore *-timestamp
@ 2010-10-07 11:07 Stefan Hajnoczi
  2010-10-09  9:43 ` [Qemu-devel] " Blue Swirl
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Hajnoczi @ 2010-10-07 11:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: Blue Swirl, Stefan Hajnoczi

Timestamp files were recently added to reduce make churn on source files
that use tracing.  The timestamp files should never be committed and
should not be visible in git status.

Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index 72bff98..a43e4d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ config-host.*
 config-target.*
 trace.h
 trace.c
+*-timestamp
 *-softmmu
 *-darwin-user
 *-linux-user
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Qemu-devel] Re: [PATCH] .gitignore: Ignore *-timestamp
  2010-10-07 11:07 [Qemu-devel] [PATCH] .gitignore: Ignore *-timestamp Stefan Hajnoczi
@ 2010-10-09  9:43 ` Blue Swirl
  0 siblings, 0 replies; 2+ messages in thread
From: Blue Swirl @ 2010-10-09  9:43 UTC (permalink / raw)
  To: Stefan Hajnoczi; +Cc: qemu-devel

Thanks, applied. I also applied a patch to remove the timestamp files.

On Thu, Oct 7, 2010 at 11:07 AM, Stefan Hajnoczi
<stefanha@linux.vnet.ibm.com> wrote:
> Timestamp files were recently added to reduce make churn on source files
> that use tracing.  The timestamp files should never be committed and
> should not be visible in git status.
>
> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
> ---
>  .gitignore |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 72bff98..a43e4d1 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -4,6 +4,7 @@ config-host.*
>  config-target.*
>  trace.h
>  trace.c
> +*-timestamp
>  *-softmmu
>  *-darwin-user
>  *-linux-user
> --
> 1.7.1
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-09  9:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-07 11:07 [Qemu-devel] [PATCH] .gitignore: Ignore *-timestamp Stefan Hajnoczi
2010-10-09  9:43 ` [Qemu-devel] " Blue Swirl

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