Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 May 2022 14:54:29 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: ef7a6f1dedb7 - main - gitignore: Ignore compile_commands.events.json
Message-ID:  <202205301454.24UEsTcY090676@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by markj:

URL: https://cgit.FreeBSD.org/src/commit/?id=ef7a6f1dedb7951aa75ec13a87a3f60d410e2380

commit ef7a6f1dedb7951aa75ec13a87a3f60d410e2380
Author:     Mark Johnston <markj@FreeBSD.org>
AuthorDate: 2022-05-29 17:32:24 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2022-05-30 14:43:25 +0000

    gitignore: Ignore compile_commands.events.json
    
    This is a temporary file that appears when a build is wrapped using
    devel/bear.
    
    MFC after:      1 week
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index f0c5c62cbe6b..dea37baf53b9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -28,6 +28,7 @@ cscope.in.out
 cscope.out
 cscope.po.out
 compile_commands.json
+compile_commands.events.json
 tags
 .clangd
 .ccls-cache



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205301454.24UEsTcY090676>