mirror of
https://github.com/transmission/transmission
synced 2024-12-22 15:54:57 +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:
parent
65755dca33
commit
a3686e8d9e
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -24,5 +24,8 @@ node_modules/
|
||||||
/third-party/suffixes_dafsa.h
|
/third-party/suffixes_dafsa.h
|
||||||
/web/public_html/transmission-app.js.map
|
/web/public_html/transmission-app.js.map
|
||||||
|
|
||||||
|
# clangd compile commands
|
||||||
|
compile_commands.json
|
||||||
|
|
||||||
# CLion IDE build directory
|
# CLion IDE build directory
|
||||||
/cmake-build-*/
|
/cmake-build-*/
|
||||||
|
|
Loading…
Reference in a new issue