File: .gitignore

package info (click to toggle)
ocaml-stdcompat 19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 6,516 kB
  • sloc: ml: 27,806; sh: 875; makefile: 246
file content (36 lines) | stat: -rw-r--r-- 545 bytes parent folder | download
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
_build/
*.install
.merlin
*~
*.[ao]
*.cm[aiotx]
*.cmti
*.cmx[as]
/Makefile
/aclocal.m4
/autom4te.cache
/doc/
/tests.bytecode
/tests.native
/META
/stdcompat.ml_byte
/stdcompat.ml_native
/.depend
/stdcompat_*.ml
/stdcompat_*.mli
!/stdcompat__native.mli
/interface_generator/interface_dumper
/interface_generator/interface_generator
/interface_generator/.depend
/stdcompat.ml
/stdcompat.mli
/config.guess
/config.log
/config.status
/config.sub
/config.h
*.so
/stdcompat__stubs.c
/stdcompat__native.ml_native
/stdcompat__native.ml_byte
/stdcompat.h