summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Hajnoczi2010-10-07 13:07:15 +0200
committerBlue Swirl2010-10-09 10:19:38 +0200
commitea95f15602234c1ff9c9be176ebe8bba55ee4dab (patch)
tree50692f63851ece539f7b3dce5e483b91f013d187 /.gitignore
parentacpi: Fix an infinite loop in acpi_table_add (diff)
downloadqemu-ea95f15602234c1ff9c9be176ebe8bba55ee4dab.tar.gz
qemu-ea95f15602234c1ff9c9be176ebe8bba55ee4dab.tar.xz
qemu-ea95f15602234c1ff9c9be176ebe8bba55ee4dab.zip
.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