From 05b979049d445916e55f4351775e9253125a779b Mon Sep 17 00:00:00 2001 From: Niklas Eiling Date: Thu, 14 Mar 2024 11:56:46 +0100 Subject: [PATCH] gitignore: add compile_commands.json to gitignore Signed-off-by: Niklas Eiling --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 2053ab5c1..f1ccf7125 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ *.so *.user *.egg-info/ +compile_commands.json python/dist/ python/.eggs/