diff options
author | Samuel Nicholas <nicholas.samuel@gmail.com> | 2024-09-19 21:38:35 +0930 |
---|---|---|
committer | Samuel Nicholas <nicholas.samuel@gmail.com> | 2024-09-24 16:28:58 +0930 |
commit | 9f5daa2d904c8acae0540c11ee35cd1f78724429 (patch) | |
tree | 2636b6ad1e61c817a131bf1b908782c33b220af1 /.gitignore | |
parent | 64221facda062dfb09cb50bcccb9c1fcb3881088 (diff) | |
download | redot-cpp-9f5daa2d904c8acae0540c11ee35cd1f78724429.tar.gz |
update .gitignore to add .idea for the Jetbrains CLion IDE
and also the default cmake build directory when building in clion cmake-build-*
Diffstat (limited to '.gitignore')
-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-* |