From 91eed5f281df02c15b51550afc7774524e6bf428 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Wed, 28 Aug 2019 21:33:28 +0200 Subject: [PATCH] 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 --- .gitignore | 2 ++ ChangeLog | 5 +++++ 2 files changed, 7 insertions(+) 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. -- 2.30.2