From bd120c91cc47d3cb46e0cc074f225a9994334b2b Mon Sep 17 00:00:00 2001 From: m-holger Date: Sat, 20 Dec 2025 12:52:45 +0000 Subject: [PATCH] Edit .gitignore to ignore CLion Copilot files --- .idea/.gitignore | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/.idea/.gitignore b/.idea/.gitignore index 6fb19b7..c21e354 100644 --- a/.idea/.gitignore +++ b/.idea/.gitignore @@ -9,3 +9,5 @@ /inspectionProfiles # We use CMakePresets.json. Don't check in cmake profiles. /cmake.xml +# Copilot +copilot.* -- libgit2 0.21.4