summaryrefslogtreecommitdiff
path: root/.hgignore
blob: 40d23ba5ad05fac982932a5118a7a624284ca9b4 (plain)
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
\.apt-installed
.*\.cm[a-z]+$
.*~$
\.(sp[io]t|annot|o|cm[a-z]+|orig|omc|lock|a|so)$
\.(byt|opt|run)$
\.omakedb$
\.depend$
CVS/.*

autom4te\.cache/.*
\.\#
^missing$
stamp-h1$
config\.status$
config\.log$
config\.h$

src/camlimages\.ml$
src/META$

doc/eng\.html
doc/sphinx/_build

test/out\.image$
test/test$
test/jpgexif$
test/jpgmark$
test/test2$

examples/converter/converter$
examples/converter-external/converter$
examples/crop/crop$
examples/edgedetect/edge$
examples/gifanim/gifanim$
examples/imgstat/imgstat$
examples/liv/liv$
examples/monochrome/monochrome$
examples/normalize/normalize$
examples/resize/resize$
examples/tiffps/tiffps$
examples/ttfimg/ttfimg$

\.svn/
opam/generated

.*/\.merlin$
.*\.install$

^_build$