From f809169a9b69ee74f293c8b507134faab2a86c72 Mon Sep 17 00:00:00 2001 From: Vipul-Cariappa Date: Tue, 28 Nov 2023 15:30:26 +0530 Subject: [PATCH] updated gitignore for clion --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 4bcffe8..8f496c9 100644 --- a/.gitignore +++ b/.gitignore @@ -727,6 +727,9 @@ FodyWeavers.xsd # vscode .vscode/ +# clion +.idea/ + # User Defined _premake5.lua tests/pylua.sh @@ -737,3 +740,4 @@ tmp* bin/ obj/ .clangd/ +cmake-build-debug/