diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-07-14 20:50:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-14 20:50:17 +0200 |
commit | 37e7e7d56dd93f23945a6aa3f0c803fb32c47c62 (patch) | |
tree | a9255435f6fbcfdc586ca0806246e178f741916d | |
parent | c38862aceabef0d2dc144b407300241875c8b89f (diff) | |
parent | b3140fa594eafe2c2930066cfff448aa6373ed31 (diff) | |
download | rneovim-37e7e7d56dd93f23945a6aa3f0c803fb32c47c62.tar.gz rneovim-37e7e7d56dd93f23945a6aa3f0c803fb32c47c62.tar.bz2 rneovim-37e7e7d56dd93f23945a6aa3f0c803fb32c47c62.zip |
gitignore: ignore idea/clion (#10494)
-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/ |