From ea95f15602234c1ff9c9be176ebe8bba55ee4dab Mon Sep 17 00:00:00 2001 From: Stefan Hajnoczi Date: Thu, 7 Oct 2010 12:07:15 +0100 Subject: .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 --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') 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 -- cgit v1.2.3