aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2019-08-28 21:33:28 +0200
committerMartin Liska <marxin@gcc.gnu.org>2019-08-28 19:33:28 +0000
commit91eed5f281df02c15b51550afc7774524e6bf428 (patch)
treedc3c2f6ae5cc987124e8e2044822a17cfcaeeea2
parent4ee38894afaf5839960e9c4750672c4f904575fe (diff)
downloadgcc-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--.gitignore2
-rw-r--r--ChangeLog5
2 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index b53f60d..d9d3967 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 3cd3137..1dcd766 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.