From 9e458a817a615f9f3511b2f3baf47238a075a63d Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Sun, 19 Mar 2023 12:02:41 +0100 Subject: [PATCH] ignore non standard compile_commands --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 66c7697..dd19391 100644 --- a/.gitignore +++ b/.gitignore @@ -50,6 +50,7 @@ scripts/linux/ci/opencv_docker/shared libs/opencv4 compile_commands.json +compile_commands* .vroot .ycm_extra_conf.py *.nohup