Commit 91eed5f2 by Martin Liska Committed by Martin Liska

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
parent 4ee38894
...@@ -36,6 +36,8 @@ TAGS.sub ...@@ -36,6 +36,8 @@ TAGS.sub
.lvimrc .lvimrc
.clang-format .clang-format
.clangd
compile_commands.json
.gdbinit .gdbinit
.gdb_history .gdb_history
......
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> 2019-08-23 Michael Forney <mforney@mforney.org>
* Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD. * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment