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
This commit is contained in:
Martin Liska 2019-08-28 21:33:28 +02:00 committed by Martin Liska
parent 4ee38894af
commit 91eed5f281
2 changed files with 7 additions and 0 deletions

2
.gitignore vendored
View File

@ -36,6 +36,8 @@ TAGS.sub
.lvimrc
.clang-format
.clangd
compile_commands.json
.gdbinit
.gdb_history

View File

@ -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.