Re: [PATCH v2] .gitignore: Add compilation database file

2019-07-26 Thread Masahiro Yamada
On Wed, Jul 24, 2019 at 9:22 AM Toru Komatsu wrote: > > This file is used by clangd to use language server protocol. > It can be generated at each compile using scripts/gen_compile_commands.py. > Therefore it is different depending on the environment and should be > ignored. > > Signed-off-by: Tor

Re: [PATCH v2] .gitignore: Add compilation database file

2019-07-25 Thread Nick Desaulniers
On Tue, Jul 23, 2019 at 5:22 PM Toru Komatsu wrote: > > This file is used by clangd to use language server protocol. > It can be generated at each compile using scripts/gen_compile_commands.py. > Therefore it is different depending on the environment and should be > ignored. > > Signed-off-by: Tor