diff options
author | clibdev <52199778+clibdev@users.noreply.github.com> | 2024-02-17 18:28:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-17 18:28:37 +0200 |
commit | d250c9d61d4d9f7346930814cc4aef3f3673dc3e (patch) | |
tree | 17954f68b623b551911fcf22c9e886f44015c478 | |
parent | 5bf2b94dd4fb74378b78604023b31512fec55f8f (diff) |
gitignore : update for CLion IDE (#5544)
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,11 +23,13 @@ .clang-tidy .vs/ .vscode/ +.idea/ lcov-report/ gcovr-report/ build* +cmake-build-* out/ tmp/ |