From: Stefan Hajnoczi Date: Thu, 7 Oct 2010 11:07:15 +0000 (+0100) Subject: .gitignore: Ignore *-timestamp X-Git-Tag: v2.7.1~8038 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=ea95f15602234c1ff9c9be176ebe8bba55ee4dab;p=mirror_qemu.git .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 Signed-off-by: Blue Swirl --- 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