diff options
author | Andrey <45011689+heckad@users.noreply.github.com> | 2019-03-23 09:47:29 +1200 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2019-03-23 01:47:29 +0400 |
commit | ef33e26f6e8d264aec9b884a535f543005244aea (patch) | |
tree | bc126868a07a6b0bdb19dab5f593f1b5ff99ce9c /.gitignore | |
parent | ca80e14a882b1928350ef0522607cd1011048941 (diff) | |
download | mariadb-git-ef33e26f6e8d264aec9b884a535f543005244aea.tar.gz |
Add Clion folder to gitignore (#928)
Diffstat (limited to '.gitignore')
-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 + |