Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
9ace30273f7857fdef62ba17882765c47ac9834c
[simgrid.git] / .gitignore
1 ################################################
2 ###OTHER CAT
3 *.l[oa]
4 *.loT
5 *.[oa]
6 *~
7 *.log
8 *_simulator
9 *.mk
10 *.swp
11 *.patch
12 *.plist
13 *.trace
14
15 ################################################
16 ### Maintainer mode
17 src/simdag/dax_dtd.l
18 src/surf/simgrid_dtd.l
19 src/xbt/graphxml.l
20
21 ################################################
22 ### Jedule
23 examples/simdag/scheduling/simgrid.jed
24 teshsuite/simdag/platforms/simgrid.jed
25
26 ################################################
27 ### Libraries links 
28 src/bindings/ruby/simgrid.so
29 examples/ruby/simgrid.so
30 examples/lua/simgrid.so
31 src/bindings/ruby/libsimgrid.so
32 examples/gras/console/simgrid.so
33 examples/msg/masterslave/simgrid.so
34 examples/simdag/simgrid.so
35
36 ################################################
37 ### Units and supernovae files
38 src/simgrid_units_main.c
39 src/*_unit.c
40 src/supernovae_*.c
41
42 ################################################
43 ### Generated files
44 _*.c
45 include/simgrid_config.h
46 include/xbt/version.h
47 include/instr/tracing_config.h
48 include/smpi/smpif.h
49 src/context_sysv_config.h
50 src/gras_config.h
51 src/smpi/smpicc
52 src/smpi/smpirun
53 simgrid-*.tar.gz
54
55 ################################################
56 ### Cmake files
57 CPackConfig.cmake
58 CPackSourceConfig.cmake
59 CTestTestfile.cmake
60 conftestval
61 cmake_install.cmake
62 CMakeFiles
63 install_manifest.txt
64 _CPack_Packages/
65 CMakeFiles
66 CMakeCache.txt
67 DartConfiguration.tcl
68 simgrid.nsi
69 Testing/
70 Makefile
71 bin/
72 lib/
73 manpages/
74 build_dir/
75 build/
76 buildtools/Cmake/test_prog/prog_va_copy.c
77
78
79 ################################################
80 ### windows borland
81 *.bpr
82 *.bpf
83
84 ################################################
85 ### Documentation
86 doc/all_bib.html
87 doc/logcategories.sh
88 doc/realtoc.sh
89 doc/tmp.realtoc
90 doc/using_bib.html
91 doc/Doxyfile
92 doc/footer.html
93 *.doc.toc
94 doc/latex/
95 doc/html
96 doc/index-API.doc
97 doc/index.php
98 doc/simgrid.tag
99 doc/simgrid_modules.map
100 doc/publis_core.bib
101 doc/publis_core_bib.html
102 doc/publis_count.html
103 doc/publis_extern.bib
104 doc/publis_extern_bib.html
105 doc/publis_intra.bib
106 doc/publis_intra_bib.html
107
108 ################################################
109 ### Specific of project 
110 .cproject
111 .project
112 .settings/
113 .anjuta
114 .anjuta_sym_db.db
115 simgrid.anjuta
116 .externalToolBuilders/
117 Debug/
118 .emacs.desktop
119 tags
120 callgrind.out.*
121
122 ################################################
123 ### Examples and traces
124 *.exe
125 testgraph.dot
126 testgraph.xml
127 examples/msg/ms.trace
128 examples/msg/procmig.trace
129 examples/msg/tasks.trace
130 examples/msg/volume.trace
131 examples/msg/zmsg_test.trace
132 examples/msg/categories.trace
133 examples/msg/masterslave/toto.txt
134 examples/msg/simulation.trace
135 examples/msg/toto.txt
136 examples/msg/z_gtnets.trace
137 examples/msg/tracing/link_srcdst_user_variables
138 examples/msg/tracing/link_user_variables
139 examples/msg/tracing/simple
140 examples/msg/tracing/trace_platform
141 examples/msg/tracing/user_variables
142 examples/msg/tracing/procmig
143 examples/msg/tracing/tasks
144 examples/msg/tracing/volume
145 examples/msg/mc/bugged3
146 examples/msg/mc/random_test
147 examples/msg/chord/chord
148 examples/msg/chord/chord_stateful
149 examples/msg/chord/deployments
150 examples/msg/chord/exp_*
151 examples/msg/token_ring/token_ring
152 examples/simdag/ex_sd_seq_access
153 examples/simdag/sd_seq_access
154 examples/msg/icomms/peer
155 examples/msg/icomms/peer2
156 examples/gras/console/ping_client_console
157 examples/gras/console/ping_server_console
158 examples/gras/console/ping_simulator_console
159 examples/msg/icomms/.kdbgrc.peer3
160 examples/msg/icomms/peer3
161 examples/msg/icomms/toto.txt
162 examples/msg/masterslave/masterslave_console
163 examples/simdag/ex_sd_test_console
164 examples/simdag/sd_test_console
165 examples/simdag/scheduling/Montage_25.jed
166 examples/msg/irc_isend/peer
167 examples/msg/irc_isend/toto.txt
168 examples/simdag/dot/dot_test
169 examples/simdag/dot/dot_test2
170 examples/smpi/toto.txt
171 examples/java/*/classnoinst.stamp
172 examples/amok/bandwidth/bandwidth_maestro
173 examples/amok/bandwidth/bandwidth_sensor
174 examples/amok/saturate/saturate_maestro
175 examples/amok/saturate/saturate_sensor
176 examples/gras/all2all/all2all_receiver
177 examples/gras/all2all/all2all_sender
178 examples/gras/chrono/chrono_multiplier
179 examples/gras/mmrpc/mmrpc_client
180 examples/gras/mmrpc/mmrpc_server
181 examples/gras/mutual_exclusion/simple_token/simple_token_node
182 examples/gras/mutual_exclusion/simple_token/simple_token_checker
183 examples/gras/ping/ping_client
184 examples/gras/ping/ping_server
185 examples/gras/ping/ping_checker
186 examples/gras/pmm/pmm_master
187 examples/gras/pmm/pmm_slave
188 examples/gras/properties/properties_alice
189 examples/gras/properties/properties_bob
190 examples/gras/properties/properties_master
191 examples/gras/properties/properties_slave
192 examples/gras/rpc/rpc_client
193 examples/gras/rpc/rpc_forwarder
194 examples/gras/rpc/rpc_server
195 examples/gras/spawn/spawn_server
196 examples/gras/synchro/synchro_philosopher
197 examples/gras/timer/timer_client
198 examples/gras/replay/replay_simulator
199 examples/gras/replay/replay_master
200 examples/gras/replay/replay_worker
201 examples/msg/actions/actions
202 examples/msg/gtnets/gtnets
203 examples/msg/masterslave/masterslave_bypass
204 examples/msg/masterslave/masterslave_failure
205 examples/msg/masterslave/masterslave_forwarder
206 examples/msg/masterslave/masterslave_mailbox
207 examples/msg/masterslave/masterslave_kill
208 examples/msg/masterslave/masterslave_arg
209 examples/msg/migration/migration
210 examples/msg/parallel_task/parallel_task
211 examples/msg/parallel_task/test_ptask
212 examples/msg/priority/priority
213 examples/msg/properties/msg_prop
214 examples/msg/sendrecv/sendrecv
215 examples/msg/suspend/suspend
216 examples/msg/trace/test_trace_integration
217 examples/msg/mc/centralized
218 examples/msg/mc/bugged2
219 examples/msg/mc/bugged1
220 examples/msg/parallel_contexts/pcontexts
221 examples/msg/parallel_contexts/pcontexts2
222 examples/msg/pmm/msg_pmm
223 examples/simdag/ex_sd_test
224 examples/simdag/ex_sd_test2
225 examples/simdag/metaxml/sd_meta
226 examples/simdag/properties/sd_prop
227 examples/simdag/sd_test
228 examples/simdag/sd_test2
229 examples/simdag/dax/dax_test
230 examples/simdag/goal/goal_test
231 examples/simdag/scheduling/minmin_test
232 examples/smpi/reduce
233 examples/smpi/bcast
234 examples/smpi/bcbench
235 examples/smpi/compute
236 examples/smpi/compute2
237 examples/smpi/compute3
238 examples/smpi/first
239 examples/smpi/mvmul
240 examples/smpi/ring_c
241 examples/smpi/second
242 examples/smpi/split
243 examples/smpi/allreduce
244 examples/smpi/pingpong
245 examples/smpi/scatter
246 examples/smpi/alltoall2
247 examples/smpi/alltoall_basic
248 examples/smpi/alltoallv
249 examples/smpi/sendrecv
250 examples/smpi/smpi_sendrecv
251 examples/smpi/dsend
252 examples/smpi/mc_bugged1
253 examples/smpi/mc_bugged2
254 examples/smpi/smpi_traced_simple
255
256 examples/msg/mc/bugged1_liveness
257 examples/msg/mc/bugged1_stateful
258 examples/msg/mc/bugged2_liveness
259 examples/msg/mc/bugged2_stateful
260 examples/msg/mc/centralized_liveness
261
262 src/replay/replay
263 src/testall
264 teshsuite/gras/datadesc/datadesc_usage
265 teshsuite/gras/empty_main/empty_main_function
266 teshsuite/gras/msg_handle/msg_handle_client
267 teshsuite/gras/msg_handle/msg_handle_server
268 teshsuite/gras/small_sleep/log.txt
269 teshsuite/gras/small_sleep/small_sleep_function
270 teshsuite/gras/modelcheck/modelcheck_checker
271 teshsuite/msg/get_sender
272 teshsuite/msg/trace/test_trace_integration
273 teshsuite/simdag/basic0
274 teshsuite/simdag/basic1
275 teshsuite/simdag/basic2
276 teshsuite/simdag/basic3
277 teshsuite/simdag/basic4
278 teshsuite/simdag/basic5
279 teshsuite/simdag/basic6
280 teshsuite/simdag/network/mxn/test_intra_all2all
281 teshsuite/simdag/network/mxn/test_intra_independent_comm
282 teshsuite/simdag/network/mxn/test_intra_scatter
283 teshsuite/simdag/network/p2p/test_latency1
284 teshsuite/simdag/network/p2p/test_latency2
285 teshsuite/simdag/network/p2p/test_latency3
286 teshsuite/simdag/network/p2p/test_latency_bound
287 teshsuite/simdag/network/test_reinit_costs
288 teshsuite/simdag/platforms/basic_parsing_test
289 teshsuite/simdag/platforms/flatifier
290 teshsuite/simdag/platforms/basic_tracing
291 teshsuite/simdag/platforms/evaluate_get_route_time
292 teshsuite/simdag/platforms/evaluate_parse_time
293 teshsuite/simdag/partask/test_comp_only_par
294 teshsuite/simdag/partask/test_comp_only_seq
295 teshsuite/xbt/log_large_test
296 teshsuite/xbt/parallel_log_crashtest
297 testsuite/xbt/parmap_bench
298 testsuite/run_tests
299 testsuite/simdag/sd_test
300 testsuite/surf/lmm_usage
301 testsuite/surf/maxmin_bench
302 testsuite/surf/surf_usage
303 testsuite/surf/surf_usage2
304 testsuite/surf/trace_usage
305 testsuite/testgraph.dot
306 testsuite/testgraph.xml
307 testsuite/xbt/context_usage
308 testsuite/xbt/graphxml_usage
309 testsuite/xbt/heap_bench
310 testsuite/xbt/log_usage
311 tools/gras/gras_stub_generator
312 tools/tesh/tesh
313 examples/msg/tracing/categories
314 examples/msg/tracing/ms
315 teshsuite/simdag/platforms/is_router_test
316 examples/msg/masterslave/masterslave_cluster
317 examples/simdag/simdag_tracing
318 examples/gras/spawn/spawn_child
319 examples/gras/spawn/spawn_father
320 examples/smpi/smpi_traced
321 examples/smpi/ttest01
322 teshsuite/datadesc_usage.out
323 test_rl
324 test_sg
325 examples/smpi/smpi_traced.trace
326 examples/simdag/dot/simulate_dot
327 teshsuite/simdag/platforms/graphicator
328
329 #########################################""
330 ## tutorial files
331 doc/gtut-files/01-bones_client
332 doc/gtut-files/01-bones_server
333 doc/gtut-files/02-simple_client
334 doc/gtut-files/02-simple_server
335 doc/gtut-files/03-args_client
336 doc/gtut-files/03-args_server
337 doc/gtut-files/04-callback_client
338 doc/gtut-files/04-callback_server
339 doc/gtut-files/05-globals_client
340 doc/gtut-files/05-globals_server
341 doc/gtut-files/06-logs_client
342 doc/gtut-files/06-logs_server
343 doc/gtut-files/07-timers_client
344 doc/gtut-files/07-timers_server
345 doc/gtut-files/08-exceptions_client
346 doc/gtut-files/08-exceptions_server
347 doc/gtut-files/09-simpledata_client
348 doc/gtut-files/09-simpledata_server
349 doc/gtut-files/10-rpc_client
350 doc/gtut-files/10-rpc_server
351 doc/gtut-files/11-explicitwait_client
352 doc/gtut-files/11-explicitwait_server