Merge pull request #7706 from davidhorstmann-arm/gitignore-compile-commands-json
Add clangd compilation databases to gitignore
This commit is contained in:
commit
36ee2e0fe8
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -60,3 +60,6 @@ massif-*
|
||||||
/TAGS
|
/TAGS
|
||||||
/cscope*.out
|
/cscope*.out
|
||||||
/tags
|
/tags
|
||||||
|
|
||||||
|
# Clangd compilation database
|
||||||
|
compile_commands.json
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue