Skip to content

Commit 6cd5348

Browse files
Update .gitignore files.
1 parent 88bdb19 commit 6cd5348

File tree

8 files changed

+1101
-34
lines changed

8 files changed

+1101
-34
lines changed

.gitignore

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Global.
2-
*~
32
*.dSYM
3+
*.la
4+
*.lo
5+
*.log
6+
*.moc.cc
7+
*.o
48
*.pyc
9+
*.qrc.cc
510
*.stamp
11+
*.ui.h
12+
*~
613
.deps
7-
Makefile.in
14+
.dirstamp
15+
.libs
816
Makefile
17+
Makefile.in
918

1019
# Local.
1120
/*-stamp
@@ -17,15 +26,20 @@ Makefile
1726
/_build*
1827
/_inst*
1928
/autom4te.cache*
20-
/autoscan.log
2129
/config
2230
/config.cache*
2331
/config.h
2432
/config.h?in*
2533
/config.hin
26-
/config.log*
2734
/config.status*
2835
/configure
2936
/configure.scan
3037
/diffs.patch
38+
/libtool
3139
/stamp-h1
40+
41+
/doc/contributors.html
42+
/doc/lrde_olena.bib
43+
/doc/lrde_olena.cite
44+
/doc/lrde_olena.html
45+
/doc/lrde_olena_bib.html

milena/.gitignore

Lines changed: 147 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,147 @@
1+
/apps/bench/dilation-lena
2+
/apps/bench/dilation-lena-bench-fast
3+
/apps/bench/dilation-lena-bench-fast_static
4+
/apps/bench/dilation-lena-bench-gen
5+
/apps/bench/dilation-lena-bench-nongen
6+
/apps/bench/dilation-lena-bench-nongen_2ptr
7+
/apps/bench/dilation-lena-table
8+
/apps/bench/gradient-lena
9+
/apps/bench/gradient-spe-lena
10+
/apps/bench/test-dilation-lena-bench
11+
/apps/constrained-connectivity/constrained-connectivity
12+
/apps/constrained-connectivity/test-constrained-connectivity
13+
/apps/data.hh
14+
/apps/generic-skel/*.pbm
15+
/apps/generic-skel/*.raw
16+
/apps/generic-skel/*.vtk
17+
/apps/generic-skel/image2d-skel-unconstrained
18+
/apps/generic-skel/image2d-skel-with-end-points
19+
/apps/generic-skel/image3d-skel-unconstrained
20+
/apps/generic-skel/image3d-skel-with-1d-isthmuses
21+
/apps/generic-skel/image3d-skel-with-end-points
22+
/apps/generic-skel/test-image2d-skel-unconstrained
23+
/apps/generic-skel/test-image2d-skel-with-end-points
24+
/apps/graph-morpho/asf-complex1d
25+
/apps/graph-morpho/asf-image2d
26+
/apps/graph-morpho/samples-complex1d
27+
/apps/graph-morpho/samples-image2d
28+
/apps/mesh-segm-skel/*.off
29+
/apps/mesh-segm-skel/*.vtk
30+
/apps/mesh-segm-skel/mesh-complex-2-collapse
31+
/apps/mesh-segm-skel/mesh-complex-max-curv
32+
/apps/mesh-segm-skel/mesh-complex-max-curv-1-collapse
33+
/apps/mesh-segm-skel/mesh-complex-max-curv-2-collapse
34+
/apps/mesh-segm-skel/mesh-complex-max-curv-extrema
35+
/apps/mesh-segm-skel/mesh-complex-max-curv-segm
36+
/apps/mesh-segm-skel/mesh-complex-max-curv-skel
37+
/apps/mesh-segm-skel/mesh-complex-pinv-curv-segm
38+
/apps/mesh-segm-skel/mesh-complex-pinv-curv-skel
39+
/apps/mesh-segm-skel/mesh-complex-segm
40+
/apps/mesh-segm-skel/mesh-complex-skel
41+
/apps/mesh-segm-skel/off-to-vtk-bin
42+
/apps/mesh-segm-skel/test-mesh-complex-2-collapse
43+
/apps/mesh-segm-skel/test-mesh-complex-max-curv
44+
/apps/mesh-segm-skel/test-mesh-complex-max-curv-1-collapse
45+
/apps/mesh-segm-skel/test-mesh-complex-max-curv-2-collapse
46+
/apps/mesh-segm-skel/test-mesh-complex-max-curv-extrema
47+
/apps/mesh-segm-skel/test-mesh-complex-max-curv-segm
48+
/apps/mesh-segm-skel/test-mesh-complex-max-curv-skel
49+
/apps/mesh-segm-skel/test-mesh-complex-pinv-curv-segm
50+
/apps/mesh-segm-skel/test-mesh-complex-pinv-curv-skel
51+
/apps/mesh-segm-skel/test-mesh-complex-segm
52+
/apps/mesh-segm-skel/test-mesh-complex-skel
53+
/apps/morphers/iz
54+
/apps/morphers/lazy_recorder
55+
/apps/morphers/mask+channel
56+
/apps/morphers/mask+recorder
57+
/apps/morphers/recorder
58+
/apps/morphers/recorder-bft
59+
/apps/morphers/recorder-wst
60+
/apps/papers/levillain.09.ismm/classif-1complex
61+
/apps/papers/levillain.09.ismm/classif-graph
62+
/apps/papers/levillain.09.ismm/classwst-1complex.ppm
63+
/apps/papers/levillain.09.ismm/classwst-graph.ppm
64+
/apps/papers/levillain.09.ismm/complex
65+
/apps/papers/levillain.09.ismm/graph
66+
/apps/papers/levillain.09.ismm/graph-s.neato
67+
/apps/papers/levillain.09.ismm/graph-s.png
68+
/apps/papers/levillain.09.ismm/image2d
69+
/apps/papers/levillain.09.ismm/lena-s.ppm
70+
/apps/papers/levillain.09.ismm/m283-s.off
71+
72+
/doc/Doxyfile_devel
73+
/doc/Doxyfile_user
74+
/doc/accu-right-instantiation
75+
/doc/borderthickness
76+
/doc/box2d-bbox
77+
/doc/devel-refman
78+
/doc/devel-refman.pdf
79+
/doc/domain-display
80+
/doc/dpoint-1
81+
/doc/estim-sites
82+
/doc/extend
83+
/doc/extension-ignore
84+
/doc/figures/*.png
85+
/doc/fill
86+
/doc/fill-call-1
87+
/doc/fill-imageif-cfun
88+
/doc/fill-part-image
89+
/doc/fill-subdomain
90+
/doc/fill-subdomain-shorter
91+
/doc/forall-piter
92+
/doc/fun-p2v-1
93+
/doc/graph-data
94+
/doc/graph-iter
95+
/doc/ima-has
96+
/doc/ima-load
97+
/doc/ima-save
98+
/doc/ima-size
99+
/doc/ima2d-1
100+
/doc/ima2d-2
101+
/doc/ima2d-3
102+
/doc/ima2d-4
103+
/doc/ima2d-5
104+
/doc/ima2d-6-clone
105+
/doc/ima2d-7
106+
/doc/ima2d-rot
107+
/doc/labeling-compute
108+
/doc/logical-not
109+
/doc/milena.tag
110+
/doc/mln_var
111+
/doc/parray-append
112+
/doc/parray-bbox
113+
/doc/paste
114+
/doc/paste-call-1
115+
/doc/point-1
116+
/doc/predicate-1
117+
/doc/ref-guide.dox
118+
/doc/ref-guide.pdf
119+
/doc/ref-guide/
120+
/doc/technical.pdf
121+
/doc/technical/
122+
/doc/tmp.t2d
123+
/doc/tools/data.hh
124+
/doc/tuto2_first_image
125+
/doc/tuto3_colorize
126+
/doc/tuto3_first_routine
127+
/doc/tuto3_println
128+
/doc/tuto3_rw_image
129+
/doc/tuto3_trace
130+
/doc/tuto4_genericity_and_algorithms
131+
/doc/tuto4_image
132+
/doc/tuto4_point2d
133+
/doc/tuto4_site_set_create
134+
/doc/tutorial.dox
135+
/doc/tutorial.pdf
136+
/doc/tutorial/
137+
/doc/user-refman
138+
/doc/user-refman.pdf
139+
/doc/white-paper.pdf
140+
/doc/white-paper/
141+
/doc/win-create-1
142+
/doc/win-create-2
143+
144+
/tools/area_flooding
145+
/tools/compute_local_configurations
146+
/tools/connectivity_numbers_3d
147+
/tools/seed2tiling

milena/doc/.gitignore

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)