From e905d31cc76704718655a639b871608c8affd1f5 Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Fri, 24 May 2024 12:40:53 -0400 Subject: [PATCH] .gitignore: add some more IDE / tools related file Change-Id: I223c98e0b94dceb879dbf9273e7bc3c23e17f780 Signed-off-by: Simon Marchi Reviewed-on: https://review.lttng.org/c/babeltrace/+/12774 Tested-by: jenkins --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 904372ce..fe091c00 100644 --- a/.gitignore +++ b/.gitignore @@ -80,8 +80,11 @@ __pycache__ *.swp *~ .cache/ +.clangd .coverage +.gdb_history .theia +.vscode compile_commands.json cscope* htmlcov/ -- 2.34.1