From 57f63e5f8ea7d12e70b47554878d0d902eb2bb13 Mon Sep 17 00:00:00 2001 From: Samuel Nicholas Date: Tue, 5 Nov 2024 15:32:16 +1030 Subject: [PATCH] Update gitignore for clion and cmake --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index c8caebf..6ec7e7d 100644 --- a/.gitignore +++ b/.gitignore @@ -53,3 +53,10 @@ compile_commands.json .vscode/* !.vscode/extensions.json .DS_Store + +# Clion +.idea + +# Cmake +cmake-build* +CMakeUserPresets.json