diff options
author | Samuel Nicholas <nicholas.samuel@gmail.com> | 2024-09-19 21:38:35 +0930 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2024-10-28 16:31:22 -0500 |
commit | e751531290ef0e80688c54037ae503e7185619ad (patch) | |
tree | 3dec2e921d92d634ed1ec5bd4c7732bad466e2ff | |
parent | 2de650b82a45e295ac4fafbc509074aa253041b9 (diff) | |
download | redot-cpp-e751531290ef0e80688c54037ae503e7185619ad.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-*
(cherry picked from commit 9f5daa2d904c8acae0540c11ee35cd1f78724429)
-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-* |