diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | ChangeLog | 5 |
2 files changed, 7 insertions, 0 deletions
@@ -36,6 +36,8 @@ TAGS.sub .lvimrc .clang-format +.clangd +compile_commands.json .gdbinit .gdb_history @@ -1,3 +1,8 @@ +2019-08-28 Martin Liska <mliska@suse.cz> + + * .gitignore: Add .clangd and compile_commands.json + to .gitignore. + 2019-08-23 Michael Forney <mforney@mforney.org> * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD. |