-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
107 lines (107 loc) · 1.49 KB
/
.gitignore
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
_build/
_obuild/
_opam/
_olint/
.vscode/
bootstrap/
tests/tmp/
tests/.merlin
tests/reftests/.merlin
.*.swp
.envrc
src_ext/*.*download
src_ext/*.*stamp
src_ext/*.pkgbuild
src_ext/*.tar.gz
src_ext/*.tbz
src_ext/0install-solver/
src_ext/archives/*
src_ext/base64/
src_ext/camlp4
src_ext/cmdliner/
src_ext/cppo/
src_ext/cudf/
src_ext/dose3/
src_ext/dune
src_ext/dune-local/
src_ext/extlib/
src_ext/findlib
src_ext/lib
src_ext/mccs/
src_ext/ocamlbuild
src_ext/ocamlgraph/
src_ext/opam-0install-cudf/
src_ext/jsonm/
src_ext/uutf/
src_ext/opam-file-format/
src_ext/re/
src_ext/result/
src_ext/secondary/
src_ext/seq/
src_ext/sha/
src_ext/spdx_licenses/
src_ext/stdlib-shims/
src_ext/topkg/
Opam.Runtime.*/
*.tar.bz2
*.annot
*.tar.gz
*~
.#*
\#*#
opam
opam-installer
opam-admin.top
opam.exe
opam-installer.exe
opam-admin.top.exe
# debug files
*.log
*.cudf
*.dot
# Generated files:
*.cmo
*.cmx
*.cmi
*.cmt
*.cmti
*.cma
*.cmxa
*.cmxs
*.a
*.lib
*.dll
*.o
*.obj
*.install
Makefile.config
config.log
config.status
aclocal.m4
autom4te.cache
src/ocaml-flags-configure.sexp
src/**/.merlin
src/client/linking.sexp
src/client/no-git-version
src/core/developer
src/manifest/dune
src/manifest/install.inc
src/stubs/libacl/dune
src/stubs/libacl/c-libraries.sexp
src/stubs/win32/cc64
src/stubs/win32/dune
src/stubs/c-flags.sexp
# doc
doc/dev-manual/*aux
doc/dev-manual/*.html
doc/dev-manual/*toc
doc/html
doc/man/.merlin
doc/man-html
doc/tutorials/opam.wiki
doc/dev-manual/*.out
doc/pages/*.html
doc/*.build
src/x_build_libs.ocp
# dev setup
/.ocamlinit