From 4282cc4b128b5c3b606d4a0ef18f1291e6ba09ea Mon Sep 17 00:00:00 2001 From: Tomasz Polgrabia Date: Mon, 8 Jul 2024 17:39:47 +0200 Subject: [PATCH] Simple project based on previous 1 with boost. --- 2024/07/cpp_algorithms1/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/2024/07/cpp_algorithms1/.gitignore b/2024/07/cpp_algorithms1/.gitignore index be13b48..1c61f5f 100644 --- a/2024/07/cpp_algorithms1/.gitignore +++ b/2024/07/cpp_algorithms1/.gitignore @@ -1 +1,2 @@ -cmake-build* \ No newline at end of file +cmake-build* +CMakeUserPresets.json