Skip to content

Commit

Permalink
.gitignore: Ignore *-timestamp
Browse files Browse the repository at this point in the history
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>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
  • Loading branch information
Stefan Hajnoczi authored and blueswirl committed Oct 9, 2010
1 parent b755a42 commit ea95f15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ config-host.*
config-target.*
trace.h
trace.c
*-timestamp
*-softmmu
*-darwin-user
*-linux-user
Expand Down

0 comments on commit ea95f15

Please sign in to comment.