diff options
author | Martin Liska <mliska@suse.cz> | 2019-08-28 21:33:28 +0200 |
---|---|---|
committer | Martin Liska <marxin@gcc.gnu.org> | 2019-08-28 19:33:28 +0000 |
commit | 91eed5f281df02c15b51550afc7774524e6bf428 (patch) | |
tree | dc3c2f6ae5cc987124e8e2044822a17cfcaeeea2 | |
parent | 4ee38894afaf5839960e9c4750672c4f904575fe (diff) | |
download | gcc-91eed5f281df02c15b51550afc7774524e6bf428.zip gcc-91eed5f281df02c15b51550afc7774524e6bf428.tar.gz gcc-91eed5f281df02c15b51550afc7774524e6bf428.tar.bz2 |
Add .clangd and compile_commands.json to .gitignore.
2019-08-28 Martin Liska <mliska@suse.cz>
* .gitignore: Add .clangd and compile_commands.json
to .gitignore.
From-SVN: r275004
-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. |