Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
really remove the previously commented code
[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/user_guide/html
97 doc/user_guide/latex
98 doc/ref_guide/html
99 doc/ref_guide/latex
100 doc/index.php
101 doc/simgrid.tag
102 doc/publis_core.bib
103 doc/publis_core_bib.html
104 doc/publis_count.html
105 doc/publis_extern.bib
106 doc/publis_extern_bib.html
107 doc/publis_intra.bib
108 doc/publis_intra_bib.html
109 doc/ref_guide/doxygen/RefGuideDoxyfile
110 doc/user_guide/doxygen/UserGuideDoxyfile
111 doc/ref_guide/doxygen/logcategories.doc
112 doc/user_guide/doxygen/logcategories.doc
113 doc/ref_guide/doxygen/simgrid_modules.map
114 doc/user_guide/doxygen/simgrid_modules.map
115 doc/index-API.doc
116 doc/ref_guide/doxygen/index-API.doc
117 doc/user_guide/doxygen/index-API.doc
118 doc/simgrid_modules.map
119 doc/logcategories.doc
120 doc/shared/doxygen/simgridrefguide.tag
121 doc/shared/doxygen/simgriduserguide.tag
122
123 ################################################
124 ### Specific of project 
125 .cproject
126 .project
127 .settings/
128 .anjuta
129 .anjuta_sym_db.db
130 simgrid.anjuta
131 .externalToolBuilders/
132 Debug/
133 .emacs.desktop
134 tags
135 callgrind.out.*
136
137 ################################################
138 ### Examples and traces
139 *.exe
140 testgraph.dot
141 testgraph.xml
142 examples/msg/ms.trace
143 examples/msg/procmig.trace
144 examples/msg/tasks.trace
145 examples/msg/volume.trace
146 examples/msg/zmsg_test.trace
147 examples/msg/categories.trace
148 examples/msg/masterslave/toto.txt
149 examples/msg/simulation.trace
150 examples/msg/toto.txt
151 examples/msg/z_gtnets.trace
152 examples/msg/gpu/test_MSG_gpu_task_create
153 examples/msg/cloud/masterslave_virtual_machines
154 examples/msg/tracing/link_srcdst_user_variables
155 examples/msg/tracing/link_user_variables
156 examples/msg/tracing/simple
157 examples/msg/tracing/trace_platform
158 examples/msg/tracing/user_variables
159 examples/msg/tracing/procmig
160 examples/msg/tracing/tasks
161 examples/msg/tracing/volume
162 examples/msg/io/file
163 examples/msg/io/file_unlink
164 examples/msg/mc/bugged3
165 examples/msg/mc/random_test
166 examples/msg/chord/chord
167 examples/msg/chord/chord_stateful
168 examples/msg/chord/deployments
169 examples/msg/chord/exp_*
170 examples/msg/token_ring/token_ring
171 examples/msg/icomms/peer
172 examples/msg/icomms/peer2
173 examples/gras/console/ping_client_console
174 examples/gras/console/ping_server_console
175 examples/gras/console/ping_simulator_console
176 examples/msg/icomms/.kdbgrc.peer3
177 examples/msg/icomms/peer3
178 examples/msg/icomms/toto.txt
179 examples/msg/masterslave/masterslave_console
180 examples/msg/irc_isend/peer
181 examples/msg/irc_isend/toto.txt
182 examples/simdag/ex_sd_seq_access
183 examples/simdag/sd_seq_access
184 examples/simdag/sd_comm_throttling
185 examples/simdag/sd_fail
186 examples/simdag/sd_typed_tasks_test
187 examples/simdag/ex_sd_test_console
188 examples/simdag/sd_test_console
189 examples/simdag/scheduling/Montage_25.jed
190 examples/simdag/dot/dot_test
191 examples/simdag/dot/dot_test2
192 examples/simdag/ex_sd_test
193 examples/simdag/ex_sd_test2
194 examples/simdag/metaxml/sd_meta
195 examples/simdag/properties/sd_prop
196 examples/simdag/sd_test
197 examples/simdag/sd_test2
198 examples/simdag/dax/dax_test
199 examples/simdag/goal/goal_test
200 examples/simdag/scheduling/minmin_test
201 examples/amok/bandwidth/bandwidth_maestro
202 examples/amok/bandwidth/bandwidth_sensor
203 examples/amok/saturate/saturate_maestro
204 examples/amok/saturate/saturate_sensor
205 examples/gras/all2all/all2all_receiver
206 examples/gras/all2all/all2all_sender
207 examples/gras/chrono/chrono_multiplier
208 examples/gras/mmrpc/mmrpc_client
209 examples/gras/mmrpc/mmrpc_server
210 examples/gras/mutual_exclusion/simple_token/simple_token_node
211 examples/gras/mutual_exclusion/simple_token/simple_token_checker
212 examples/gras/ping/ping_client
213 examples/gras/ping/ping_server
214 examples/gras/ping/ping_checker
215 examples/gras/pmm/pmm_master
216 examples/gras/pmm/pmm_slave
217 examples/gras/properties/properties_alice
218 examples/gras/properties/properties_bob
219 examples/gras/properties/properties_master
220 examples/gras/properties/properties_slave
221 examples/gras/rpc/rpc_client
222 examples/gras/rpc/rpc_forwarder
223 examples/gras/rpc/rpc_server
224 examples/gras/spawn/spawn_server
225 examples/gras/synchro/synchro_philosopher
226 examples/gras/timer/timer_client
227 examples/gras/replay/replay_simulator
228 examples/gras/replay/replay_master
229 examples/gras/replay/replay_worker
230 examples/msg/actions/actions
231 examples/msg/bittorrent/bittorrent
232 examples/msg/kademlia/kademlia
233 examples/msg/gtnets/gtnets
234 examples/msg/masterslave/masterslave_bypass
235 examples/msg/masterslave/masterslave_failure
236 examples/msg/masterslave/masterslave_forwarder
237 examples/msg/masterslave/masterslave_mailbox
238 examples/msg/masterslave/masterslave_kill
239 examples/msg/masterslave/masterslave_arg
240 examples/msg/migration/migration
241 examples/msg/parallel_task/parallel_task
242 examples/msg/parallel_task/test_ptask
243 examples/msg/priority/priority
244 examples/msg/properties/msg_prop
245 examples/msg/sendrecv/sendrecv
246 examples/msg/suspend/suspend
247 examples/msg/trace/test_trace_integration
248 examples/msg/mc/centralized
249 examples/msg/mc/bugged2
250 examples/msg/mc/bugged1
251 examples/msg/parallel_contexts/pcontexts
252 examples/msg/parallel_contexts/pcontexts2
253 examples/msg/pmm/msg_pmm
254 examples/smpi/toto.txt
255 examples/smpi/replay
256 examples/smpi/reduce
257 examples/smpi/bcast
258 examples/smpi/bcbench
259 examples/smpi/compute
260 examples/smpi/compute2
261 examples/smpi/compute3
262 examples/smpi/first
263 examples/smpi/mvmul
264 examples/smpi/ring_c
265 examples/smpi/second
266 examples/smpi/split
267 examples/smpi/allreduce
268 examples/smpi/pingpong
269 examples/smpi/scatter
270 examples/smpi/alltoall2
271 examples/smpi/alltoall_basic
272 examples/smpi/alltoallv
273 examples/smpi/sendrecv
274 examples/smpi/smpi_sendrecv
275 examples/smpi/dsend
276 examples/smpi/mc_bugged1
277 examples/smpi/mc_bugged2
278 examples/smpi/smpi_traced_simple
279
280 examples/msg/mc/bugged1_liveness
281 examples/msg/mc/bugged1_stateful
282 examples/msg/mc/bugged2_liveness
283 examples/msg/mc/bugged2_stateful
284 examples/msg/mc/centralized_liveness
285
286 src/replay/replay
287 src/testall
288 teshsuite/gras/datadesc/datadesc_usage
289 teshsuite/gras/empty_main/empty_main_function
290 teshsuite/gras/msg_handle/msg_handle_client
291 teshsuite/gras/msg_handle/msg_handle_server
292 teshsuite/gras/small_sleep/log.txt
293 teshsuite/gras/small_sleep/small_sleep_function
294 teshsuite/gras/modelcheck/modelcheck_checker
295 teshsuite/gras/numerous_rpc/numerous_rpc_client
296 teshsuite/gras/numerous_rpc/numerous_rpc_server
297 teshsuite/msg/get_sender
298 teshsuite/msg/trace/test_trace_integration
299 teshsuite/simdag/basic0
300 teshsuite/simdag/basic1
301 teshsuite/simdag/basic2
302 teshsuite/simdag/basic3
303 teshsuite/simdag/basic4
304 teshsuite/simdag/basic5
305 teshsuite/simdag/basic6
306 teshsuite/simdag/incomplete
307 teshsuite/simdag/network/mxn/test_intra_all2all
308 teshsuite/simdag/network/mxn/test_intra_independent_comm
309 teshsuite/simdag/network/mxn/test_intra_scatter
310 teshsuite/simdag/network/p2p/test_latency1
311 teshsuite/simdag/network/p2p/test_latency2
312 teshsuite/simdag/network/p2p/test_latency3
313 teshsuite/simdag/network/p2p/test_latency_bound
314 teshsuite/simdag/network/test_reinit_costs
315 teshsuite/simdag/platforms/basic_parsing_test
316 teshsuite/simdag/platforms/flatifier
317 teshsuite/simdag/platforms/basic_tracing
318 teshsuite/simdag/platforms/basic_link_test
319 teshsuite/simdag/platforms/evaluate_get_route_time
320 teshsuite/simdag/platforms/evaluate_parse_time
321 teshsuite/simdag/partask/test_comp_only_par
322 teshsuite/simdag/partask/test_comp_only_seq
323 teshsuite/xbt/log_large_test
324 teshsuite/xbt/parallel_log_crashtest
325 testsuite/xbt/parmap_bench
326 testsuite/run_tests
327 testsuite/simdag/sd_test
328 testsuite/surf/lmm_usage
329 testsuite/surf/maxmin_bench
330 testsuite/surf/surf_usage
331 testsuite/surf/surf_usage2
332 testsuite/surf/trace_usage
333 testsuite/testgraph.dot
334 testsuite/testgraph.xml
335 testsuite/xbt/context_usage
336 testsuite/xbt/graphxml_usage
337 testsuite/xbt/heap_bench
338 testsuite/xbt/log_usage
339 tools/gras/gras_stub_generator
340 tools/tesh/tesh
341 examples/msg/tracing/categories
342 examples/msg/tracing/ms
343 teshsuite/simdag/platforms/is_router_test
344 examples/msg/masterslave/masterslave_cluster
345 examples/simdag/simdag_tracing
346 examples/gras/spawn/spawn_child
347 examples/gras/spawn/spawn_father
348 examples/smpi/smpi_traced
349 examples/smpi/ttest01
350 teshsuite/datadesc_usage.out
351 test_rl
352 test_sg
353 examples/smpi/smpi_traced.trace
354 examples/simdag/dot/simulate_dot
355 teshsuite/simdag/platforms/graphicator
356
357 #########################################""
358 ## tutorial files
359 doc/gtut-files/01-bones_client
360 doc/gtut-files/01-bones_server
361 doc/gtut-files/02-simple_client
362 doc/gtut-files/02-simple_server
363 doc/gtut-files/03-args_client
364 doc/gtut-files/03-args_server
365 doc/gtut-files/04-callback_client
366 doc/gtut-files/04-callback_server
367 doc/gtut-files/05-globals_client
368 doc/gtut-files/05-globals_server
369 doc/gtut-files/06-logs_client
370 doc/gtut-files/06-logs_server
371 doc/gtut-files/07-timers_client
372 doc/gtut-files/07-timers_server
373 doc/gtut-files/08-exceptions_client
374 doc/gtut-files/08-exceptions_server
375 doc/gtut-files/09-simpledata_client
376 doc/gtut-files/09-simpledata_server
377 doc/gtut-files/10-rpc_client
378 doc/gtut-files/10-rpc_server
379 doc/gtut-files/11-explicitwait_client
380 doc/gtut-files/11-explicitwait_server