From 04e504c94db921d45b63c7ea75389d692de6738e Mon Sep 17 00:00:00 2001 From: xengineering Date: Sun, 6 Apr 2025 17:07:53 +0200 Subject: Remove symlink compile_commands.json With multiple CMake Zephyr builds a single link does not make sense anymore. The user should set a custom symlink. `.gitignore` is altered to avoid committing such a link. --- .gitignore | 1 + compile_commands.json | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 120000 compile_commands.json diff --git a/.gitignore b/.gitignore index 60fd437..14f1e78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .cache build log.txt +compile_commands.json diff --git a/compile_commands.json b/compile_commands.json deleted file mode 120000 index 25eb4b2..0000000 --- a/compile_commands.json +++ /dev/null @@ -1 +0,0 @@ -build/compile_commands.json \ No newline at end of file -- cgit v1.2.3-70-g09d2