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
|
_build/
*.install
.merlin
*~
*.[ao]
*.cm[aiotx]
*.cmti
*.cmx[as]
/Makefile
/Makefile.in
/aclocal.m4
/autom4te.cache
/doc/
/tests.bytecode
/tests.native
/META
/stdcompat.ml_byte
/stdcompat.ml_native
/.depend
/stdcompat_*.ml
/stdcompat_*.mli
!/stdcompat__native.mli
/configure
/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
/config.h.in
/stdcompat__stubs.c
/stdcompat__native.ml_native
/stdcompat__native.ml_byte
/compile
/install-sh
/missing
/stdcompat.h
|