From 74dccb6ac6a679acbf41b497151e08af6302b0e9 Mon Sep 17 00:00:00 2001 From: CocoSimone Date: Fri, 11 Aug 2023 12:44:46 +0200 Subject: [PATCH] ignore compile commands --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1f89837d..99803463 100644 --- a/.gitignore +++ b/.gitignore @@ -17,5 +17,6 @@ log.txt CMakeSettings.json out/ settings.json +compile_commands.json .vscode/ -*.diagsession \ No newline at end of file +*.diagsession