summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Nicholas <nicholas.samuel@gmail.com>2024-09-19 21:38:35 +0930
committerDavid Snopek <dsnopek@gmail.com>2024-10-28 16:31:22 -0500
commite751531290ef0e80688c54037ae503e7185619ad (patch)
tree3dec2e921d92d634ed1ec5bd4c7732bad466e2ff
parent2de650b82a45e295ac4fafbc509074aa253041b9 (diff)
downloadredot-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--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4183b24..ee9a3f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -195,3 +195,7 @@ compile_commands.json
# Python development
.venv
venv
+
+# Clion Configuration
+.idea/
+cmake-build-*