This is the standard clang JSON Compilation Database file name, as
documented in:

https://clang.llvm.org/docs/JSONCompilationDatabase.html#build-system-integration

FYI the file is used by Language Server Protocol implementations and
other AST tools.

Signed-off-by: Ihar Hrachyshka <ihrac...@redhat.com>
---
 .gitignore | 1 +
 ovs        | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 7ca9b3859..775bf0f09 100644
--- a/.gitignore
+++ b/.gitignore
@@ -42,6 +42,7 @@
 /build-arch-stamp
 /build-indep-stamp
 /compile
+/compile_commands.json
 /config.guess
 /config.h
 /config.h.in
diff --git a/ovs b/ovs
index 1d78a3f31..4e1be38b5 160000
--- a/ovs
+++ b/ovs
@@ -1 +1 @@
-Subproject commit 1d78a3f3164a6bf651b34f52812f38655b28a9ce
+Subproject commit 4e1be38b586ca55b64136f4232e25ef8205d6c05
-- 
2.41.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to