From: Martin Liska Date: Wed, 28 Aug 2019 19:33:28 +0000 (+0200) Subject: Add .clangd and compile_commands.json to .gitignore. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=91eed5f281df02c15b51550afc7774524e6bf428;p=gcc.git Add .clangd and compile_commands.json to .gitignore. 2019-08-28 Martin Liska * .gitignore: Add .clangd and compile_commands.json to .gitignore. From-SVN: r275004 --- diff --git a/.gitignore b/.gitignore index b53f60db792..d9d3967a12c 100644 --- a/.gitignore +++ b/.gitignore @@ -36,6 +36,8 @@ TAGS.sub .lvimrc .clang-format +.clangd +compile_commands.json .gdbinit .gdb_history diff --git a/ChangeLog b/ChangeLog index 3cd3137c7f0..1dcd7663491 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-08-28 Martin Liska + + * .gitignore: Add .clangd and compile_commands.json + to .gitignore. + 2019-08-23 Michael Forney * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.