summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@linux.vnet.ibm.com>2010-10-07 12:07:15 +0100
committerBlue Swirl <blauwirbel@gmail.com>2010-10-09 08:19:38 +0000
commitea95f15602234c1ff9c9be176ebe8bba55ee4dab (patch)
tree50692f63851ece539f7b3dce5e483b91f013d187 /.gitignore
parentb755a4289ea6ab881c63b52c4f7f849edd93a232 (diff)
downloadqemu-ea95f15602234c1ff9c9be176ebe8bba55ee4dab.tar.gz
.gitignore: Ignore *-timestamp
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 72bff98740..a43e4d1d98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@ config-host.*
config-target.*
trace.h
trace.c
+*-timestamp
*-softmmu
*-darwin-user
*-linux-user