From: Jérémie Galarneau Date: Tue, 29 Oct 2019 16:08:09 +0000 (-0400) Subject: Add compile_commands.json to .gitignore X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=0fb3cc654c80807743bfe16b67f4b0b48c9a1e32 Add compile_commands.json to .gitignore Signed-off-by: Jérémie Galarneau Change-Id: I720985a14e3419ff7c3f5b8dba79b2b8894eb28e Reviewed-on: https://review.lttng.org/c/babeltrace/+/2302 Reviewed-by: Simon Marchi --- diff --git a/.gitignore b/.gitignore index 314dfde3..c182838b 100644 --- a/.gitignore +++ b/.gitignore @@ -67,3 +67,4 @@ doc/api/Doxyfile *.stamp *.swp .theia +compile_commands.json \ No newline at end of file