summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Snopek <dsnopek@gmail.com>2024-09-24 05:37:41 -0500
committerGitHub <noreply@github.com>2024-09-24 05:37:41 -0500
commit78f5d99fd938bbb432071000fc3355cc50a721f3 (patch)
tree2636b6ad1e61c817a131bf1b908782c33b220af1
parent64221facda062dfb09cb50bcccb9c1fcb3881088 (diff)
parent9f5daa2d904c8acae0540c11ee35cd1f78724429 (diff)
downloadredot-cpp-78f5d99fd938bbb432071000fc3355cc50a721f3.tar.gz
Merge pull request #1599 from enetheru/gitignore
Update .gitignore to add .idea for the Jetbrains CLion IDE
-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-*