From 3d56a93a7c3933d9ab849a671f085a059bbabf24 Mon Sep 17 00:00:00 2001 From: teridax Date: Thu, 1 Jun 2023 17:06:20 +0200 Subject: [PATCH] Updated `.gitignore` to exclude CLion cmake build directory and IDE XML setting files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 65d6b54..324f4da 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,10 @@ # Prerequisites *.d +# for CLion IDE from JetBrains +cmake-build-debug/* +*.xml + # Object files *.o *.ko