Add compile_commands.json to the .gitignore file #69

Closed
opened 2026-04-05 17:51:47 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @gorbit99 on 5/29/2025

The compile_commands.json file helps certain tools, for example clangd while locating symbols and the like, and platformio can helpfully generate one. Normally you wouldn't necessarily want to gitignore it, but since we have several different targets with several different toolchains and platforms, using it would often change it unnecessarily. Because of this I added it to the .gitignore file.

*Originally created by @gorbit99 on 5/29/2025* The compile_commands.json file helps certain tools, for example clangd while locating symbols and the like, and platformio can helpfully generate one. Normally you wouldn't necessarily want to gitignore it, but since we have several different targets with several different toolchains and platforms, using it would often change it unnecessarily. Because of this I added it to the .gitignore file.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/SlimeVR-Tracker-ESP#69