forked from andrenth/ocaml-uint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_tags
29 lines (29 loc) · 825 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
# OASIS_START
# DO NOT EDIT (digest: feb24c181b178d6b6aca763813a7fe3a)
# 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
# Library uint
"lib/uint.cmxs": use_uint
# Library uint32
"lib/uint32.cmxs": use_uint32
<lib/uint32.{cma,cmxa}>: use_libuint32_stubs
"lib/uint32_stubs.c": use_uint
# Library uint64
"lib/uint64.cmxs": use_uint64
<lib/uint64.{cma,cmxa}>: use_libuint64_stubs
"lib/uint64_stubs.c": use_uint
# Library uint128
"lib/uint128.cmxs": use_uint128
<lib/*.ml{,i}>: use_uint
# OASIS_STOP