From 770c10a7de3b65521debcb12f37db806087ce1a3 Mon Sep 17 00:00:00 2001 From: Maximiliano Puccio Date: Mon, 21 May 2018 18:01:37 +0200 Subject: [PATCH] Ignore compile_commands.json --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d9d3ab79d3f..2a2a8df355e 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,6 @@ rpm-tmp.* # CMake generated files **/CMakeFiles/* cmake_install.* + +# compile_commands.json +compile_commands.json