OpenSystemsDevelopment
/
qpdf
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
bd120c91cc47d3cb46e0cc074f225a9994334b2b
Authored by
m-holger
2025-12-20 12:52:45 +0000
1 parent
4fd8dda5
Edit .gitignore to ignore CLion Copilot files
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
.idea/.gitignore
.idea/.gitignore
View file @
bd120c9
...
...
@@ -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.*
...
...