mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Merge pull request #7706 from davidhorstmann-arm/gitignore-compile-commands-json
Add clangd compilation databases to gitignore
This commit is contained in:
commit
36ee2e0fe8
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -60,3 +60,6 @@ massif-*
|
|||
/TAGS
|
||||
/cscope*.out
|
||||
/tags
|
||||
|
||||
# Clangd compilation database
|
||||
compile_commands.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue