diff options
author | xengineering <me@xengineering.eu> | 2025-04-06 17:07:53 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2025-04-06 17:09:23 +0200 |
commit | 04e504c94db921d45b63c7ea75389d692de6738e (patch) | |
tree | a26789a477ef67f903443f761d4ba88554809def | |
parent | 5376b67a9df63d2b30cac415cb827e6b4c1674e9 (diff) | |
download | iot-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-- | .gitignore | 1 | ||||
l--------- | compile_commands.json | 1 |
2 files changed, 1 insertions, 1 deletions
@@ -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 |