From 36dc77dc433d3c2c341f56f212ceb1d0047e9969 Mon Sep 17 00:00:00 2001 From: Viet-Hoa Do Date: Fri, 3 Mar 2023 10:44:58 +0000 Subject: Add exporting compile_commands.json file * Add an option in scons script to export compile_commands.json file to support development using language server. * Add .cache directory to the git ignore list. It is normally used by clangd as the local cache. Resolves: COMPMID-5940 Signed-off-by: Viet-Hoa Do Change-Id: I8c2a1ac85942d34ada22adea3e7de2baf2189eb2 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9258 Benchmark: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Jakub Sujak Comments-Addressed: Arm Jenkins --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6852bddf42..ac38812141 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,4 @@ ENV/ # IDE folders .idea/ .vscode/ +.cache/ -- cgit v1.2.1