diff options
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 64844c6269a..0fb30cc3184 100644 --- a/.gitignore +++ b/.gitignore @@ -519,3 +519,7 @@ compile_commands.json # Visual Studio Code workspace .vscode/ + +# Clion && other JetBrains ides +.idea + |