Commit bd120c91cc47d3cb46e0cc074f225a9994334b2b

Authored by m-holger
1 parent 4fd8dda5

Edit .gitignore to ignore CLion Copilot files

Showing 1 changed file with 2 additions and 0 deletions
.idea/.gitignore
... ... @@ -9,3 +9,5 @@
9 9 /inspectionProfiles
10 10 # We use CMakePresets.json. Don't check in cmake profiles.
11 11 /cmake.xml
  12 +# Copilot
  13 +copilot.*
... ...