summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2025-04-06 17:07:53 +0200
committerxengineering <me@xengineering.eu>2025-04-06 17:09:23 +0200
commit04e504c94db921d45b63c7ea75389d692de6738e (patch)
treea26789a477ef67f903443f761d4ba88554809def
parent5376b67a9df63d2b30cac415cb827e6b4c1674e9 (diff)
downloadiot-contact-04e504c94db921d45b63c7ea75389d692de6738e.tar
iot-contact-04e504c94db921d45b63c7ea75389d692de6738e.tar.zst
iot-contact-04e504c94db921d45b63c7ea75389d692de6738e.zip
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.
-rw-r--r--.gitignore1
l---------compile_commands.json1
2 files changed, 1 insertions, 1 deletions
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