From eeccbfe6ece196ab29d51bf070f805e75a83a43e Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin (Intel)" Date: Fri, 11 Sep 2020 16:27:29 -0700 Subject: [PATCH] .gitignore: ignore timestamp (*.time) files Ignore timestamp files, they are transient. Signed-off-by: H. Peter Anvin (Intel) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index b22d2ab8..9e2e643c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ *.srec *.si *.swp +*.time *.win32 *.win64 *.xml