forked from ocaml-omake/omake
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
83 lines (80 loc) · 1.12 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
*.native
*.byte
*.annot
*.opt
*.cmo
*.cma
*.cmi
*.a
*.o
*.cmx
*.cmxs
*.cmxa
*.cmt
*.cmti
*.out
*.install
*.default
*.i.mli
*.magic
.\#*
\#*\#
*~
*.omc
*omakedb*
src/shell/omake_shell_parse.ml
src/shell/omake_shell_parse.mli
omake-boot
.config
.preconfig
boot/
src/env/omake_ast_lex.ml
src/env/omake_ast_parse.ml
src/env/omake_ast_parse.mli
src/env/omake_ast_parse.mly
src/env/omake_exp_parse.ml
src/env/omake_exp_parse.mli
src/env/omake_gen_parse
src/shell/omake_shell_sys.ml
src/magic/omake_gen_magic
src/magic/omake_magic.ml
src/main/cvs_realclean
src/main/omake
src/main/osh
src/main/prelim_omake
src/util/ocaml_patch.ml
src/libmojave/lm_thread_core.ml
src/libmojave/lm_thread_pool.ml
doc/html/*
doc/ps/*
doc/info/*
doc/txt/*
doc/tex/*
tmp/
*.tmp
*.run
omakerun
omaketop
omakeutop
Makefile.tmp1
Makefile.tmp3
top_config.ml
omake.spec
mk/preconfig
packages/
test/**/stdout
test/**/output
test/**/result.log
test/**/lock
test/**/test.dump
test/**/test.i
test/shell/Test6/b/
test/shell/Test7/a
test/shell/Test7/a.deps
test/simple/Test1/x
test/targets/Test1/A/
test/targets/Test3/b
test/targets/Test5/b
test/vmount/Test1/build/foo
.pc
patches