forked from ukoethe/vigra
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.hgignore
58 lines (56 loc) · 1.04 KB
/
.hgignore
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
^config\.(status|log|cache)$
^libtool$
^lib$
^bin$
^build
^doc$
^WinSetup$
^test/.*/test$
^test/testSuccess$
^config/Makefile.include$
^config/vigra-config$
^config/(aclocal.m4$|autom4te.cache)
^docsrc/(vigra/.*\.html|Doxyfile)$
^test/multiarray/(impex/)?test[0-3]\.(tif|png)$
^test/impex/res\.
^test/impex/resrgb.gif$
^test/syntax/test\.cxx$
^test/(classifier|hdf5impex)/.*\.(log|hdf5)$
^test/([^/]+)/(test_[a-z35RG]*(_speed)?|run_test_.*\.(sh|bat)|testsuccess\.cxx)$
^vigranumpy/test/(run_vigranumpytest\.sh|testsuccess\.cxx)$
^vigranumpy/vigra$
^include/vigra/configVersion\.hxx$
^src/examples/(convert|subimage|invert|invert_explicitly|resize|smooth|profile|palette|pyramid|edge|watershed|voronoi)$
^src/impex/libvigraimpex
^src/impex/(impex\.layout|Makefile\.win)$
^CMakeCache\.txt$
^private$
^vigranumpy/private$
^vigranumpy/lib/__version__.py$
CMakeFiles/
^DartConfiguration.tcl$
\.cmake$
\.py[co]$
syntax: glob
*~
*.mex
*.mexw32
*.mexglx
*.bak
*.obj
Release
Debug
.libs
.deps
Makefile
*.exe
*.ilk
*.pdb
*.exp
*.lib
*.dll
*.ncb
*.so
*.[do]
*.l[doa]
*.loT