File: .gitignore

package info (click to toggle)
ocaml-stdcompat 21.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,664 kB
  • sloc: ml: 34,679; sh: 830; makefile: 239
file content (36 lines) | stat: -rw-r--r-- 503 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
/autom4te.cache
/doc/
/tests.bytecode
/tests.native
/META
/stdcompat.ml_byte
/stdcompat.ml_native
/.depend
/stdcompat_*.ml
/stdcompat_*.mli
!/stdcompat__native.mli
/tools/interface_dumper
/tools/interface_generator
/tools/.depend
/stdcompat.ml
/stdcompat.mli
/config.guess
/config.log
/config.status
/config.sub
/stamp-h1
*.so
/stdcompat__stubs.c
/stdcompat_tests
/tools/stdcompatpp.ml
/tools/stdcompatpp
/tools/stdcompatpp.opt