git: ef7a6f1dedb7 - main - gitignore: Ignore compile_commands.events.json

From: Mark Johnston <markj_at_FreeBSD.org>
Date: Mon, 30 May 2022 14:54:29 UTC
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