[nasm:nasm-2.15.xx] .gitignore: ignore timestamp (*.time) files

nasm-bot for H. Peter Anvin (Intel) hpa at zytor.com
Fri Sep 11 18:15:11 PDT 2020


Commit-ID:  eeccbfe6ece196ab29d51bf070f805e75a83a43e
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=eeccbfe6ece196ab29d51bf070f805e75a83a43e
Author:     H. Peter Anvin (Intel) <hpa at zytor.com>
AuthorDate: Fri, 11 Sep 2020 16:27:29 -0700
Committer:  H. Peter Anvin (Intel) <hpa at zytor.com>
CommitDate: Fri, 11 Sep 2020 16:28:57 -0700

.gitignore: ignore timestamp (*.time) files

Ignore timestamp files, they are transient.

Signed-off-by: H. Peter Anvin (Intel) <hpa at zytor.com>


---
 .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


More information about the Nasm-commits mailing list