1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-22 07:42:37 +00:00

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

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-*/