Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Enable code coverage by option.
[simgrid.git] / .gitignore
1 checkall.log
2 TAGS
3 *.mk
4 *.l[oa]
5 *.loT
6 *.[oa]
7 *.class
8 *.cmake
9 .libs
10 .deps
11 .dirstamp
12 stamp*
13 .emacs.desktop
14 CMakeFiles
15 CMakeCache.txt
16 DartConfiguration.tcl
17 Testing/
18 Makefile
19 test_rl
20 test_sg
21 _*.c
22 *~
23 *.swp
24 *_simulator
25 config.log
26 config.status
27 Makefile.in
28
29 src/*_unit.c
30 src/supernovae_*.c
31 src/simgrid_units_main.c
32 src/gras_config.h.in
33
34 testgraph.dot
35 testgraph.xml
36 buildtools/Cmake/src/tmp_gras_config.h.in
37 conftestval
38 cmake_install.cmake
39 CMakeFiles
40 install_manifest.txt
41 _CPack_Packages/
42
43 bibtex2html-1.02/
44 doc/all_bib.html
45 doc/all_bib.latin1.html
46 doc/all_bib.latin1.html.tmp
47 doc/logcategories.sh
48 doc/publis_core.bib
49 doc/publis_core_bib.html
50 doc/publis_core_bib.latin1.html
51 doc/publis_core_bib.latin1.html.tmp
52 doc/publis_count.html
53 doc/publis_extern.bib
54 doc/publis_extern_bib.html
55 doc/publis_extern_bib.latin1.html
56 doc/publis_extern_bib.latin1.html.tmp
57 doc/publis_intra.bib
58 doc/publis_intra_bib.html
59 doc/publis_intra_bib.latin1.html
60 doc/publis_intra_bib.latin1.html.tmp
61 doc/realtoc.sh
62 doc/tmp.realtoc
63 doc/using_bib.html
64 doc/using_bib.latin1.html
65 doc/using_bib.latin1.html.tmp
66
67 tools/graspe_master
68 examples/java/*/classnoinst.stamp
69 ###
70
71 aclocal.m4
72 acmacro/libtool.m4
73 acmacro/ltoptions.m4
74 acmacro/ltsugar.m4
75 acmacro/ltversion.m4
76 acmacro/lt~obsolete.m4
77 config.guess
78 config.sub
79 configure
80 install-sh
81 libtool
82 ltmain.sh
83
84 autom4te.cache/*
85 doc/Doxyfile
86 include/simgrid_config.h
87 examples/amok/bandwidth/bandwidth_maestro
88 examples/amok/bandwidth/bandwidth_sensor
89 examples/amok/saturate/saturate_maestro
90 examples/amok/saturate/saturate_sensor
91 examples/gras/all2all/all2all_receiver
92 examples/gras/all2all/all2all_sender
93 examples/gras/chrono/chrono_multiplier
94 examples/gras/mmrpc/mmrpc_client
95 examples/gras/mmrpc/mmrpc_server
96 examples/gras/mutual_exclusion/simple_token/simple_token_node
97 examples/gras/mutual_exclusion/simple_token/simple_token_checker
98 examples/gras/ping/ping_client
99 examples/gras/ping/ping_server
100 examples/gras/ping/ping_checker
101 examples/gras/pmm/pmm_master
102 examples/gras/pmm/pmm_slave
103 examples/gras/properties/properties_alice
104 examples/gras/properties/properties_bob
105 examples/gras/properties/properties_master
106 examples/gras/properties/properties_slave
107 examples/gras/rpc/rpc_client
108 examples/gras/rpc/rpc_forwarder
109 examples/gras/rpc/rpc_server
110 examples/gras/spawn/spawn_child
111 examples/gras/spawn/spawn_father
112 examples/gras/synchro/synchro_philosopher
113 examples/gras/timer/timer_client
114 examples/gras/replay/replay_simulator
115 examples/gras/replay/replay_master
116 examples/gras/replay/replay_worker
117 examples/msg/actions/actions
118 examples/msg/gtnets/gtnets
119 examples/msg/masterslave/masterslave_bypass
120 examples/msg/masterslave/masterslave_failure
121 examples/msg/masterslave/masterslave_forwarder
122 examples/msg/masterslave/masterslave_mailbox
123 examples/msg/migration/migration
124 examples/msg/parallel_task/parallel_task
125 examples/msg/parallel_task/test_ptask
126 examples/msg/priority/priority
127 examples/msg/properties/msg_prop
128 examples/msg/sendrecv/sendrecv
129 examples/msg/suspend/suspend
130 examples/msg/trace/test_trace_integration
131 examples/simdag/ex_sd_test
132 examples/simdag/ex_sd_test2
133 examples/simdag/metaxml/sd_meta
134 examples/simdag/properties/sd_prop
135 examples/simdag/sd_test
136 examples/simdag/sd_test2
137 examples/simdag/dax/dax_test
138 examples/smpi/reduce
139 examples/smpi/bcast
140 examples/smpi/bcbench
141 examples/smpi/compute
142 examples/smpi/compute2
143 examples/smpi/compute3
144 examples/smpi/first
145 examples/smpi/mvmul
146 examples/smpi/ring_c
147 examples/smpi/second
148 examples/smpi/split
149 examples/smpi/allreduce
150 examples/smpi/pingpong
151 examples/smpi/scatter
152 examples/smpi/alltoall2
153 examples/smpi/alltoall_basic
154 examples/smpi/alltoallv
155 examples/smpi/sendrecv
156 examples/smpi/smpi_sendrecv
157 simgrid-*-svn/*
158 src/.classes/*
159 src/context_sysv_config.h
160 src/gras_config.h
161 src/simgrid.jar
162 src/smpi/smpicc
163 src/smpi/smpirun
164 src/testall
165 src/ucontext_stack.h
166 teshsuite/datadesc_usage.out
167 teshsuite/gras/datadesc/datadesc_usage
168 teshsuite/gras/empty_main/empty_main_function
169 teshsuite/gras/msg_handle/msg_handle_client
170 teshsuite/gras/msg_handle/msg_handle_server
171 teshsuite/gras/small_sleep/log.txt
172 teshsuite/gras/small_sleep/small_sleep_function
173 teshsuite/gras/modelcheck/modelcheck_checker
174 teshsuite/msg/get_sender
175 teshsuite/simdag/basic0
176 teshsuite/simdag/basic1
177 teshsuite/simdag/basic2
178 teshsuite/simdag/basic3
179 teshsuite/simdag/basic4
180 teshsuite/simdag/basic5
181 teshsuite/simdag/basic6
182 teshsuite/simdag/network/mxn/test_intra_all2all
183 teshsuite/simdag/network/mxn/test_intra_independent_comm
184 teshsuite/simdag/network/mxn/test_intra_scatter
185 teshsuite/simdag/network/p2p/test_latency1
186 teshsuite/simdag/network/p2p/test_latency2
187 teshsuite/simdag/network/p2p/test_latency3
188 teshsuite/simdag/network/p2p/test_latency_bound
189 teshsuite/simdag/network/test_reinit_costs
190 teshsuite/simdag/platforms/basic_parsing_test
191 teshsuite/simdag/platforms/flatifier
192 teshsuite/simdag/partask/test_comp_only_par
193 teshsuite/simdag/partask/test_comp_only_seq
194 teshsuite/xbt/log_large_test
195 teshsuite/xbt/parallel_log_crashtest
196 testsuite/run_tests
197 testsuite/simdag/sd_test
198 testsuite/surf/lmm_usage
199 testsuite/surf/maxmin_bench
200 testsuite/surf/surf_usage
201 testsuite/surf/surf_usage2
202 testsuite/surf/trace_usage
203 testsuite/testgraph.dot
204 testsuite/testgraph.xml
205 testsuite/xbt/context_usage
206 testsuite/xbt/graphxml_usage
207 testsuite/xbt/heap_bench
208 testsuite/xbt/log_usage
209 tools/gras/gras_stub_generator
210 tools/graspe-slave
211 tools/tesh/tesh
212