-
Notifications
You must be signed in to change notification settings - Fork 7
/
.hgignore.in
executable file
·87 lines (80 loc) · 1.35 KB
/
.hgignore.in
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
84
85
86
87
# bin/make-hgignore processes this .hgignore.in, along with all the other .hgignore.in
# files in the hg repo to produce a single .hgignore file at the root. Please do not add
# directory-specific files to ignore here. Instead, add them to the .hgignore.in file in
# the directory where the file you want to ignore lives.
syntax: regexp
\.cm(x|xa|a|o|i)$
\.exe$
\.bc$
\.annot$
\.o$
\.so(.\d)?$
\.s$
\.a$
\.depend$
\._.+$
\.sp.t$
config.status$
mycaml$
\.DS_Store$
tmtags$
^\.git/.*$
^\.transdeps/.*$
^chroot_test_tmp/.*$
^lib/packs(/.+\.pack)?$
^lib/.+/deps
^lib/.+/.+\.mli
^test-results.*$
syntax: glob
personal_compilation_ignores
*.cp4c
*~
*.auto.mli
*.aux
*.digest
*.fls
*.haux
*.htoc
*.log
*.omc
*.orig
*.rej
*.spot
*.toc
*.cmp
.*.sw[pabcdef]
.mydeps
inline_tests.ml
inline_tests_runner.ml
TAGS
order_file_*_common.ml
*_db_pnl_common.ml
order_file_*_eval.ml
_build
# for new omake rules
*.deps
*.ml.d
*.mli.d
*.libdeps
*.objdeps
*.hg_version.c
*.build_info.c
hg_version.out
stub.names
# specific files
.last_build_env
.omakedb
.omakedb.lock
spec.hg
libdeps.sexp
libdeps.dot
libdeps.ps
libdeps.corrected
ocaml_path
.ocaml-3.10
bisect{.itarget,.mlpack,.odocl,_pp.mlpack}
bisect-1.1/Makefile.config
\#*
.\#*
# Please do not add directory-specific files to ignore here. Instead, add them to the
# .hgignore.in file in the directory where the file you want to ignore lives.