From 432fe1100bb4ad21eba16d6cb32d2de505996892 Mon Sep 17 00:00:00 2001 From: RickyRister <42636155+RickyRister@users.noreply.github.com> Date: Wed, 25 Dec 2024 04:28:41 -0800 Subject: [PATCH] gitignore all cmake-build folders (#5328) --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index eedbba91d..b0ccf34e0 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ mysql.cnf .DS_Store .idea/ *.aps -cmake-build-debug* +cmake-build* preferences compile_commands.json .vs/