diff options
author | Alban Gruin | 2020-09-06 23:01:35 +0200 |
---|---|---|
committer | Alban Gruin | 2020-09-06 23:01:35 +0200 |
commit | 60e2ec47ba457187ac33fb41206f35af11eb9a99 (patch) | |
tree | 5b21cd6b4192790974744d6caa2b80f9c9615fb0 /.gitignore |
hello, world
Signed-off-by: Alban Gruin <alban at pa1ch dot fr>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..40f4db6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +_build/ +_opam/ +.merlin |