From 08576004ea795d79ed32fca3a90f27d7ebe66a9c Mon Sep 17 00:00:00 2001 From: Sanae Date: Mon, 28 Feb 2022 19:37:13 -0600 Subject: [PATCH] `.gitignore`: Fix build folder for non-default CLion toolchains --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f636bd7d..c5fc6a2a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ bin/ .vscode/ .cache/ .DS_Store +/cmake-build-* # IDA *.id0 @@ -46,4 +47,3 @@ perf.data.old tools/check tools/listsym tools/decompme -/cmake-build-debug