aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 876c6b8cbf3fb970c1d5983f513b9ad365ce3f0a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# Based on https://github.com/github/gitignore/blob/master/OCaml.gitignore
# at commit 6d467f5ebe94f260e5043767f88216d13bafca62 . It is distributed
# under the CC0 1.0 Universal license:
# https://creativecommons.org/publicdomain/zero/1.0/legalcode

*.annot
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa

# ocamlbuild working directory
_build/

# ocamlbuild targets
*.byte
*.native

# oasis generated files
setup.data
setup.log

# Merlin configuring file for Vim and Emacs
.merlin

# Dune generated files
*.install
*.opam

# Local OPAM switch
_opam/