Skip to content

Commit

Permalink
Merge pull request #170 from dfleury2/feature/clion_ignore
Browse files Browse the repository at this point in the history
Add CLion environment to .gitignore
  • Loading branch information
sambertrdk authored Mar 3, 2025
2 parents e19ed29 + 79d332a commit 7a4a437
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@ Python/unit_tests/report.html
**/install/**
**/.cache/**
**/build-**

# JetBrains IDE
.idea/
cmake-build-*/
CMakeUserPresets.json
CMakePresets.json

0 comments on commit 7a4a437

Please sign in to comment.