diff options
author | David Snopek <dsnopek@gmail.com> | 2024-09-24 05:37:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 05:37:41 -0500 |
commit | 78f5d99fd938bbb432071000fc3355cc50a721f3 (patch) | |
tree | 2636b6ad1e61c817a131bf1b908782c33b220af1 | |
parent | 64221facda062dfb09cb50bcccb9c1fcb3881088 (diff) | |
parent | 9f5daa2d904c8acae0540c11ee35cd1f78724429 (diff) | |
download | redot-cpp-78f5d99fd938bbb432071000fc3355cc50a721f3.tar.gz |
Merge pull request #1599 from enetheru/gitignore
Update .gitignore to add .idea for the Jetbrains CLion IDE
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -195,3 +195,7 @@ compile_commands.json # Python development .venv venv + +# Clion Configuration +.idea/ +cmake-build-* |