diff options
author | Ihor Antonov <ngortheone@users.noreply.github.com> | 2019-07-13 12:38:16 -0400 |
---|---|---|
committer | Ihor Antonov <ngortheone@users.noreply.github.com> | 2019-07-13 12:38:16 -0400 |
commit | b3140fa594eafe2c2930066cfff448aa6373ed31 (patch) | |
tree | 7dc6b75d1a73160e1fbd1d88ffb6ba97f6f6ce44 | |
parent | 6f944d36cf8a89f128b638a6ea6b412d62f309bf (diff) | |
download | rneovim-b3140fa594eafe2c2930066cfff448aa6373ed31.tar.gz rneovim-b3140fa594eafe2c2930066cfff448aa6373ed31.tar.bz2 rneovim-b3140fa594eafe2c2930066cfff448aa6373ed31.zip |
gitignore: ignore idea/clion
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index d0315edafa..453211a30e 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,6 @@ local.mk /runtime/doc/*.html /runtime/doc/tags.ref /runtime/doc/errors.log + +# CLion +/.idea/ |