diff mbox series

[OBVIOUS] Add .clangd and compile_commands.json to .gitignore.

Message ID bd842b1e-4509-c791-e9c9-14c7e4415bfa@suse.cz
State New
Headers show
Series [OBVIOUS] Add .clangd and compile_commands.json to .gitignore. | expand

Commit Message

Martin Liška Aug. 28, 2019, 7:32 p.m. UTC
Hi.

These 2 files are used for clangd.

I'm going to install the patch.
Martin

ChangeLog:

2019-08-28  Martin Liska  <mliska@suse.cz>

	* .gitignore: Add .clangd and compile_commands.json
	to .gitignore.
---
  .gitignore | 2 ++
  1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
index b53f60db792..d9d3967a12c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,6 +36,8 @@  TAGS.sub
 .lvimrc
 
 .clang-format
+.clangd
+compile_commands.json
 
 .gdbinit
 .gdb_history