forked from artagnon/rhine-ml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_tags
33 lines (33 loc) · 980 Bytes
/
_tags
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
# OASIS_START
# DO NOT EDIT (digest: 3b7d3ebcac7adc11670680178ca06334)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Executable rhine
"rhine.byte": use_librhine_stubs
"rhine.byte": pkg_llvm
"rhine.byte": pkg_llvm.analysis
"rhine.byte": pkg_llvm.executionengine
"rhine.byte": pkg_llvm.scalar_opts
"rhine.byte": pkg_llvm.target
<*.ml{,i}>: pkg_llvm
<*.ml{,i}>: pkg_llvm.analysis
<*.ml{,i}>: pkg_llvm.executionengine
<*.ml{,i}>: pkg_llvm.scalar_opts
<*.ml{,i}>: pkg_llvm.target
"bindings.c": pkg_llvm
"bindings.c": pkg_llvm.analysis
"bindings.c": pkg_llvm.executionengine
"bindings.c": pkg_llvm.scalar_opts
"bindings.c": pkg_llvm.target
# OASIS_STOP