diff mbox

.gitignore: Ignore *-timestamp

Message ID 1286449635-3784-1-git-send-email-stefanha@linux.vnet.ibm.com
State New
Headers show

Commit Message

Stefan Hajnoczi Oct. 7, 2010, 11:07 a.m. UTC
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(-)

Comments

Blue Swirl Oct. 9, 2010, 9:43 a.m. UTC | #1
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
>
>
diff mbox

Patch

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