chore: Add compile_commands.json to .gitignore (#6219)

This file should be placed in the project root
for clangd to pick it up.
At least VSCode do not have settings to specify some custom path.

Signed-off-by: Dzmitry Neviadomski <nevack.d@gmail.com>
This commit is contained in:
Dzmitry Neviadomski 2023-11-07 21:31:27 +03:00 committed by GitHub
parent 65755dca33
commit a3686e8d9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -24,5 +24,8 @@ node_modules/
/third-party/suffixes_dafsa.h
/web/public_html/transmission-app.js.map
# clangd compile commands
compile_commands.json
# CLion IDE build directory
/cmake-build-*/