Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove doc items about gras.
[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 examples/lua/console/simgrid.so
36
37 ################################################
38 ### Units and supernovae files
39 src/simgrid_units_main.c
40 src/*_unit.c
41 src/supernovae_*.c
42
43 ################################################
44 ### Generated files
45 _*.c
46 include/simgrid_config.h
47 include/xbt/version.h
48 include/instr/tracing_config.h
49 include/smpi/smpif.h
50 src/context_sysv_config.h
51 src/gras_config.h
52 src/smpi/smpicc
53 src/smpi/smpirun
54 simgrid-*.tar.gz
55
56 ################################################
57 ### Cmake files
58 CPackConfig.cmake
59 CPackSourceConfig.cmake
60 CTestTestfile.cmake
61 conftestval
62 cmake_install.cmake
63 CMakeFiles
64 install_manifest.txt
65 _CPack_Packages/
66 CMakeFiles
67 CMakeCache.txt
68 DartConfiguration.tcl
69 simgrid.nsi
70 Testing/
71 Makefile
72 bin/
73 lib/
74 manpages/
75 build_dir/
76 build/
77 buildtools/Cmake/memcheck_tests.cmake
78 buildtools/Cmake/test_prog/prog_va_copy.c
79
80
81 ################################################
82 ### windows borland
83 *.bpr
84 *.bpf
85
86 ################################################
87 ### Documentation
88 doc/all_bib.html
89 doc/logcategories.sh
90 doc/realtoc.sh
91 doc/tmp.realtoc
92 doc/using_bib.html
93 doc/Doxyfile
94 doc/footer.html
95 *.doc.toc
96 doc/latex/
97 doc/html
98 doc/user_guide/html
99 doc/user_guide/latex
100 doc/ref_guide/html
101 doc/ref_guide/latex
102 doc/dev_guide/html
103 doc/dev_guide/latex
104 doc/index.php
105 doc/simgrid.tag
106 doc/publis_core.bib
107 doc/publis_core_bib.html
108 doc/publis_count.html
109 doc/publis_extern.bib
110 doc/publis_extern_bib.html
111 doc/publis_intra.bib
112 doc/publis_intra_bib.html
113 doc/ref_guide/doxygen/RefGuideDoxyfile
114 doc/user_guide/doxygen/UserGuideDoxyfile
115 doc/dev_guide/doxygen/DevGuideDoxyfile
116 doc/ref_guide/doxygen/logcategories.doc
117 doc/user_guide/doxygen/logcategories.doc
118 doc/dev_guide/doxygen/logcategories.doc
119 doc/ref_guide/doxygen/simgrid_modules.map
120 doc/user_guide/doxygen/simgrid_modules.map
121 doc/dev_guide/doxygen/simgrid_modules.map
122 doc/index-API.doc
123 doc/ref_guide/doxygen/index-API.doc
124 doc/user_guide/doxygen/index-API.doc
125 doc/dev_guide/doxygen/index-API.doc
126 doc/simgrid_modules.map
127 doc/logcategories.doc
128 doc/shared/doxygen/simgridrefguide.tag
129 doc/shared/doxygen/simgriduserguide.tag
130 doc/shared/doxygen/simgriddevguide.tag
131
132 ################################################
133 ### Specific of project 
134 .cproject
135 .project
136 .settings/
137 .anjuta
138 .anjuta_sym_db.db
139 simgrid.anjuta
140 .externalToolBuilders/
141 Debug/
142 .emacs.desktop
143 tags
144 callgrind.out.*
145
146 ################################################
147 ### Examples and traces
148 *.exe
149 testgraph.dot
150 testgraph.xml
151 examples/msg/ms.trace
152 examples/msg/procmig.trace
153 examples/msg/tasks.trace
154 examples/msg/volume.trace
155 examples/msg/zmsg_test.trace
156 examples/msg/categories.trace
157 examples/msg/masterslave/toto.txt
158 examples/msg/simulation.trace
159 examples/msg/toto.txt
160 examples/msg/z_gtnets.trace
161 examples/msg/gpu/test_MSG_gpu_task_create
162 examples/msg/cloud/masterslave_virtual_machines
163 examples/msg/tracing/link_srcdst_user_variables
164 examples/msg/tracing/link_user_variables
165 examples/msg/tracing/simple
166 examples/msg/tracing/trace_platform
167 examples/msg/tracing/user_variables
168 examples/msg/tracing/procmig
169 examples/msg/tracing/tasks
170 examples/msg/tracing/volume
171 examples/msg/io/file
172 examples/msg/io/file_unlink
173 examples/msg/mc/bugged3
174 examples/msg/mc/random_test
175 examples/msg/mc/bugged1_for_liveness
176 examples/msg/mc/bugged1_while_liveness
177 examples/msg/mc/centralized_liveness_deadlock
178 examples/msg/mc/test/test_heap_comparison
179 examples/msg/mc/chord_liveness
180 examples/msg/mc/test/snapshot_comparison_liveness1
181 examples/msg/mc/test/snapshot_comparison_liveness2
182 examples/msg/mc/test/snapshot_comparison_liveness3
183 examples/msg/mc/test/snapshot_comparison_liveness4
184 examples/msg/mc/test/snapshot_comparison_liveness5
185 examples/msg/chord/chord
186 examples/msg/chord/chord_stateful
187 examples/msg/chord/deployments
188 examples/msg/chord/exp_*
189 examples/msg/token_ring/token_ring
190 examples/msg/token_ring/token_bypass
191 examples/msg/icomms/peer
192 examples/msg/icomms/peer2
193 examples/msg/start_kill_time/sk_time
194 examples/gras/console/ping_client_console
195 examples/gras/console/ping_server_console
196 examples/gras/console/ping_simulator_console
197 examples/msg/icomms/.kdbgrc.peer3
198 examples/msg/icomms/peer3
199 examples/msg/icomms/toto.txt
200 examples/msg/masterslave/masterslave_console
201 examples/msg/irc_isend/peer
202 examples/msg/irc_isend/toto.txt
203 examples/simdag/ex_sd_seq_access
204 examples/simdag/sd_seq_access
205 examples/simdag/sd_comm_throttling
206 examples/simdag/sd_fail
207 examples/simdag/sd_typed_tasks_test
208 examples/simdag/ex_sd_test_console
209 examples/simdag/sd_test_console
210 examples/simdag/scheduling/Montage_25.jed
211 examples/simdag/dot/dot_test
212 examples/simdag/dot/dot_test2
213 examples/simdag/ex_sd_test
214 examples/simdag/ex_sd_test2
215 examples/simdag/metaxml/sd_meta
216 examples/simdag/properties/sd_prop
217 examples/simdag/sd_test
218 examples/simdag/sd_test2
219 examples/simdag/dax/dax_test
220 examples/simdag/goal/goal_test
221 examples/simdag/scheduling/minmin_test
222 examples/amok/bandwidth/bandwidth_maestro
223 examples/amok/bandwidth/bandwidth_sensor
224 examples/amok/saturate/saturate_maestro
225 examples/amok/saturate/saturate_sensor
226 examples/gras/all2all/all2all_receiver
227 examples/gras/all2all/all2all_sender
228 examples/gras/chrono/chrono_multiplier
229 examples/gras/mmrpc/mmrpc_client
230 examples/gras/mmrpc/mmrpc_server
231 examples/gras/mutual_exclusion/simple_token/simple_token_node
232 examples/gras/mutual_exclusion/simple_token/simple_token_checker
233 examples/gras/ping/ping_client
234 examples/gras/ping/ping_server
235 examples/gras/ping/ping_checker
236 examples/gras/pmm/pmm_master
237 examples/gras/pmm/pmm_slave
238 examples/gras/properties/properties_alice
239 examples/gras/properties/properties_bob
240 examples/gras/properties/properties_master
241 examples/gras/properties/properties_slave
242 examples/gras/rpc/rpc_client
243 examples/gras/rpc/rpc_forwarder
244 examples/gras/rpc/rpc_server
245 examples/gras/spawn/spawn_server
246 examples/gras/synchro/synchro_philosopher
247 examples/gras/timer/timer_client
248 examples/gras/replay/replay_simulator
249 examples/gras/replay/replay_master
250 examples/gras/replay/replay_worker
251 examples/msg/actions/actions
252 examples/msg/bittorrent/bittorrent
253 examples/msg/bittorrent/bittorrent_platfgen
254 examples/msg/kademlia/kademlia
255 examples/msg/gtnets/gtnets
256 examples/msg/masterslave/masterslave_bypass
257 examples/msg/masterslave/masterslave_failure
258 examples/msg/masterslave/masterslave_forwarder
259 examples/msg/masterslave/masterslave_mailbox
260 examples/msg/masterslave/masterslave_kill
261 examples/msg/masterslave/masterslave_arg
262 examples/msg/masterslave/masterslave_failure_platfgen
263 examples/msg/masterslave/masterslave_platfgen
264 examples/msg/migration/migration
265 examples/msg/parallel_task/parallel_task
266 examples/msg/parallel_task/test_ptask
267 examples/msg/priority/priority
268 examples/msg/properties/msg_prop
269 examples/msg/sendrecv/sendrecv
270 examples/msg/suspend/suspend
271 examples/msg/trace/test_trace_integration
272 examples/msg/mc/centralized
273 examples/msg/mc/bugged2
274 examples/msg/mc/bugged1
275 examples/msg/parallel_contexts/pcontexts
276 examples/msg/parallel_contexts/pcontexts2
277 examples/msg/pmm/msg_pmm
278 examples/smpi/toto.txt
279 examples/smpi/MM/MM_mpi
280 examples/smpi/smpi_replay
281 examples/smpi/replay
282 examples/smpi/bcbench
283 examples/smpi/first
284 examples/smpi/mvmul
285 examples/smpi/ring_c
286 examples/smpi/second
287 examples/smpi/sendrecv
288 examples/smpi/mc_bugged1
289 examples/smpi/mc_bugged2
290 examples/smpi/smpi_traced_simple
291
292 examples/msg/mc/bugged1_liveness
293 examples/msg/mc/bugged1_stateful
294 examples/msg/mc/bugged2_liveness
295 examples/msg/mc/bugged2_stateful
296 examples/msg/mc/centralized_liveness
297
298 src/replay/replay
299 src/testall
300 teshsuite/smpi/allreduce
301 teshsuite/smpi/alltoall2
302 teshsuite/smpi/alltoall_basic
303 teshsuite/smpi/alltoallv
304 teshsuite/smpi/bcast
305 teshsuite/smpi/compute
306 teshsuite/smpi/compute2
307 teshsuite/smpi/compute3
308 teshsuite/smpi/dsend
309 teshsuite/smpi/hvector_test
310 teshsuite/smpi/indexed_test
311 teshsuite/smpi/pingpong
312 teshsuite/smpi/reduce
313 teshsuite/smpi/scatter
314 teshsuite/smpi/smpi_sendrecv
315 teshsuite/smpi/split
316 teshsuite/smpi/struct_test
317 teshsuite/smpi/ttest01
318 teshsuite/smpi/vector_test
319 teshsuite/gras/datadesc/datadesc_usage
320 teshsuite/gras/empty_main/empty_main_function
321 teshsuite/gras/msg_handle/msg_handle_client
322 teshsuite/gras/msg_handle/msg_handle_server
323 teshsuite/gras/small_sleep/log.txt
324 teshsuite/gras/small_sleep/small_sleep_function
325 teshsuite/gras/modelcheck/modelcheck_checker
326 teshsuite/gras/numerous_rpc/numerous_rpc_client
327 teshsuite/gras/numerous_rpc/numerous_rpc_server
328 teshsuite/msg/get_sender
329 teshsuite/msg/trace/test_trace_integration
330 teshsuite/simdag/basic0
331 teshsuite/simdag/basic1
332 teshsuite/simdag/basic2
333 teshsuite/simdag/basic3
334 teshsuite/simdag/basic4
335 teshsuite/simdag/basic5
336 teshsuite/simdag/basic6
337 teshsuite/simdag/incomplete
338 teshsuite/simdag/network/mxn/test_intra_all2all
339 teshsuite/simdag/network/mxn/test_intra_independent_comm
340 teshsuite/simdag/network/mxn/test_intra_scatter
341 teshsuite/simdag/network/p2p/test_latency1
342 teshsuite/simdag/network/p2p/test_latency2
343 teshsuite/simdag/network/p2p/test_latency3
344 teshsuite/simdag/network/p2p/test_latency_bound
345 teshsuite/simdag/network/test_reinit_costs
346 teshsuite/simdag/platforms/basic_parsing_test
347 teshsuite/simdag/platforms/flatifier
348 teshsuite/simdag/platforms/basic_tracing
349 teshsuite/simdag/platforms/basic_link_test
350 teshsuite/simdag/platforms/evaluate_get_route_time
351 teshsuite/simdag/platforms/evaluate_parse_time
352 teshsuite/simdag/partask/test_comp_only_par
353 teshsuite/simdag/partask/test_comp_only_seq
354 teshsuite/xbt/log_large_test
355 teshsuite/xbt/parallel_log_crashtest
356 testsuite/xbt/parmap_bench
357 teshsuite/xbt/mmalloc_test
358 testsuite/run_tests
359 testsuite/simdag/sd_test
360 testsuite/surf/lmm_usage
361 testsuite/surf/maxmin_bench
362 testsuite/surf/surf_usage
363 testsuite/surf/surf_usage2
364 testsuite/surf/trace_usage
365 testsuite/testgraph.dot
366 testsuite/testgraph.xml
367 testsuite/xbt/context_usage
368 testsuite/xbt/graphxml_usage
369 testsuite/xbt/heap_bench
370 testsuite/xbt/log_usage
371 tools/gras/gras_stub_generator
372 tools/tesh/tesh
373 examples/msg/tracing/categories
374 examples/msg/tracing/ms
375 teshsuite/simdag/platforms/is_router_test
376 examples/msg/masterslave/masterslave_cluster
377 examples/simdag/simdag_tracing
378 examples/gras/spawn/spawn_child
379 examples/gras/spawn/spawn_father
380 examples/smpi/smpi_traced
381 examples/smpi/ttest01
382 teshsuite/datadesc_usage.out
383 test_rl
384 test_sg
385 examples/smpi/smpi_traced.trace
386 examples/simdag/dot/simulate_dot
387 teshsuite/simdag/platforms/graphicator
388
389 #########################################""
390 ## tutorial files
391 doc/gtut-files/01-bones_client
392 doc/gtut-files/01-bones_server
393 doc/gtut-files/02-simple_client
394 doc/gtut-files/02-simple_server
395 doc/gtut-files/03-args_client
396 doc/gtut-files/03-args_server
397 doc/gtut-files/04-callback_client
398 doc/gtut-files/04-callback_server
399 doc/gtut-files/05-globals_client
400 doc/gtut-files/05-globals_server
401 doc/gtut-files/06-logs_client
402 doc/gtut-files/06-logs_server
403 doc/gtut-files/07-timers_client
404 doc/gtut-files/07-timers_server
405 doc/gtut-files/08-exceptions_client
406 doc/gtut-files/08-exceptions_server
407 doc/gtut-files/09-simpledata_client
408 doc/gtut-files/09-simpledata_server
409 doc/gtut-files/10-rpc_client
410 doc/gtut-files/10-rpc_server
411 doc/gtut-files/11-explicitwait_client
412 doc/gtut-files/11-explicitwait_server