diff options
author | KINSANG CHING <chengjsh@mail2.sysu.edu.cn> | 2017-09-15 12:45:14 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-15 12:45:14 +0800 |
commit | 14a95b9bcbeee3c9e0b33e42252128d98ee1073e (patch) | |
tree | 20ae313074325fb7838e9232f696882f7546183a /OCaml.gitignore | |
parent | 6326792165078fc996146072cde72d42409191f0 (diff) | |
download | gitignore-14a95b9bcbeee3c9e0b33e42252128d98ee1073e.tar.gz gitignore-14a95b9bcbeee3c9e0b33e42252128d98ee1073e.zip |
Update OCaml.gitignore
Merlin is a code completion for OCaml in Vim and Emacs. Such configuraing file is common
Diffstat (limited to 'OCaml.gitignore')
-rw-r--r-- | OCaml.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OCaml.gitignore b/OCaml.gitignore index f7817ae5..da0b2042 100644 --- a/OCaml.gitignore +++ b/OCaml.gitignore @@ -18,3 +18,6 @@ _build/ # oasis generated files setup.data setup.log + +# Merlin configuring file for Vim and Emacs +.merlin |