Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge remote-tracking branch 'origin/master'
[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/cloud/masterslave_virtual_machines
153 examples/msg/tracing/link_srcdst_user_variables
154 examples/msg/tracing/link_user_variables
155 examples/msg/tracing/simple
156 examples/msg/tracing/trace_platform
157 examples/msg/tracing/user_variables
158 examples/msg/tracing/procmig
159 examples/msg/tracing/tasks
160 examples/msg/tracing/volume
161 examples/msg/mc/bugged3
162 examples/msg/mc/random_test
163 examples/msg/chord/chord
164 examples/msg/chord/chord_stateful
165 examples/msg/chord/deployments
166 examples/msg/chord/exp_*
167 examples/msg/token_ring/token_ring
168 examples/simdag/ex_sd_seq_access
169 examples/simdag/sd_seq_access
170 examples/msg/icomms/peer
171 examples/msg/icomms/peer2
172 examples/gras/console/ping_client_console
173 examples/gras/console/ping_server_console
174 examples/gras/console/ping_simulator_console
175 examples/msg/icomms/.kdbgrc.peer3
176 examples/msg/icomms/peer3
177 examples/msg/icomms/toto.txt
178 examples/msg/masterslave/masterslave_console
179 examples/simdag/ex_sd_test_console
180 examples/simdag/sd_test_console
181 examples/simdag/scheduling/Montage_25.jed
182 examples/msg/irc_isend/peer
183 examples/msg/irc_isend/toto.txt
184 examples/simdag/dot/dot_test
185 examples/simdag/dot/dot_test2
186 examples/smpi/toto.txt
187 examples/java/*/classnoinst.stamp
188 examples/amok/bandwidth/bandwidth_maestro
189 examples/amok/bandwidth/bandwidth_sensor
190 examples/amok/saturate/saturate_maestro
191 examples/amok/saturate/saturate_sensor
192 examples/gras/all2all/all2all_receiver
193 examples/gras/all2all/all2all_sender
194 examples/gras/chrono/chrono_multiplier
195 examples/gras/mmrpc/mmrpc_client
196 examples/gras/mmrpc/mmrpc_server
197 examples/gras/mutual_exclusion/simple_token/simple_token_node
198 examples/gras/mutual_exclusion/simple_token/simple_token_checker
199 examples/gras/ping/ping_client
200 examples/gras/ping/ping_server
201 examples/gras/ping/ping_checker
202 examples/gras/pmm/pmm_master
203 examples/gras/pmm/pmm_slave
204 examples/gras/properties/properties_alice
205 examples/gras/properties/properties_bob
206 examples/gras/properties/properties_master
207 examples/gras/properties/properties_slave
208 examples/gras/rpc/rpc_client
209 examples/gras/rpc/rpc_forwarder
210 examples/gras/rpc/rpc_server
211 examples/gras/spawn/spawn_server
212 examples/gras/synchro/synchro_philosopher
213 examples/gras/timer/timer_client
214 examples/gras/replay/replay_simulator
215 examples/gras/replay/replay_master
216 examples/gras/replay/replay_worker
217 examples/msg/actions/actions
218 examples/msg/gtnets/gtnets
219 examples/msg/masterslave/masterslave_bypass
220 examples/msg/masterslave/masterslave_failure
221 examples/msg/masterslave/masterslave_forwarder
222 examples/msg/masterslave/masterslave_mailbox
223 examples/msg/masterslave/masterslave_kill
224 examples/msg/masterslave/masterslave_arg
225 examples/msg/migration/migration
226 examples/msg/parallel_task/parallel_task
227 examples/msg/parallel_task/test_ptask
228 examples/msg/priority/priority
229 examples/msg/properties/msg_prop
230 examples/msg/sendrecv/sendrecv
231 examples/msg/suspend/suspend
232 examples/msg/trace/test_trace_integration
233 examples/msg/mc/centralized
234 examples/msg/mc/bugged2
235 examples/msg/mc/bugged1
236 examples/msg/parallel_contexts/pcontexts
237 examples/msg/parallel_contexts/pcontexts2
238 examples/msg/pmm/msg_pmm
239 examples/simdag/ex_sd_test
240 examples/simdag/ex_sd_test2
241 examples/simdag/metaxml/sd_meta
242 examples/simdag/properties/sd_prop
243 examples/simdag/sd_test
244 examples/simdag/sd_test2
245 examples/simdag/dax/dax_test
246 examples/simdag/goal/goal_test
247 examples/simdag/scheduling/minmin_test
248 examples/smpi/reduce
249 examples/smpi/bcast
250 examples/smpi/bcbench
251 examples/smpi/compute
252 examples/smpi/compute2
253 examples/smpi/compute3
254 examples/smpi/first
255 examples/smpi/mvmul
256 examples/smpi/ring_c
257 examples/smpi/second
258 examples/smpi/split
259 examples/smpi/allreduce
260 examples/smpi/pingpong
261 examples/smpi/scatter
262 examples/smpi/alltoall2
263 examples/smpi/alltoall_basic
264 examples/smpi/alltoallv
265 examples/smpi/sendrecv
266 examples/smpi/smpi_sendrecv
267 examples/smpi/dsend
268 examples/smpi/mc_bugged1
269 examples/smpi/mc_bugged2
270 examples/smpi/smpi_traced_simple
271
272 examples/msg/mc/bugged1_liveness
273 examples/msg/mc/bugged1_stateful
274 examples/msg/mc/bugged2_liveness
275 examples/msg/mc/bugged2_stateful
276 examples/msg/mc/centralized_liveness
277
278 src/replay/replay
279 src/testall
280 teshsuite/gras/datadesc/datadesc_usage
281 teshsuite/gras/empty_main/empty_main_function
282 teshsuite/gras/msg_handle/msg_handle_client
283 teshsuite/gras/msg_handle/msg_handle_server
284 teshsuite/gras/small_sleep/log.txt
285 teshsuite/gras/small_sleep/small_sleep_function
286 teshsuite/gras/modelcheck/modelcheck_checker
287 teshsuite/msg/get_sender
288 teshsuite/msg/trace/test_trace_integration
289 teshsuite/simdag/basic0
290 teshsuite/simdag/basic1
291 teshsuite/simdag/basic2
292 teshsuite/simdag/basic3
293 teshsuite/simdag/basic4
294 teshsuite/simdag/basic5
295 teshsuite/simdag/basic6
296 teshsuite/simdag/network/mxn/test_intra_all2all
297 teshsuite/simdag/network/mxn/test_intra_independent_comm
298 teshsuite/simdag/network/mxn/test_intra_scatter
299 teshsuite/simdag/network/p2p/test_latency1
300 teshsuite/simdag/network/p2p/test_latency2
301 teshsuite/simdag/network/p2p/test_latency3
302 teshsuite/simdag/network/p2p/test_latency_bound
303 teshsuite/simdag/network/test_reinit_costs
304 teshsuite/simdag/platforms/basic_parsing_test
305 teshsuite/simdag/platforms/flatifier
306 teshsuite/simdag/platforms/basic_tracing
307 teshsuite/simdag/platforms/evaluate_get_route_time
308 teshsuite/simdag/platforms/evaluate_parse_time
309 teshsuite/simdag/partask/test_comp_only_par
310 teshsuite/simdag/partask/test_comp_only_seq
311 teshsuite/xbt/log_large_test
312 teshsuite/xbt/parallel_log_crashtest
313 testsuite/xbt/parmap_bench
314 testsuite/run_tests
315 testsuite/simdag/sd_test
316 testsuite/surf/lmm_usage
317 testsuite/surf/maxmin_bench
318 testsuite/surf/surf_usage
319 testsuite/surf/surf_usage2
320 testsuite/surf/trace_usage
321 testsuite/testgraph.dot
322 testsuite/testgraph.xml
323 testsuite/xbt/context_usage
324 testsuite/xbt/graphxml_usage
325 testsuite/xbt/heap_bench
326 testsuite/xbt/log_usage
327 tools/gras/gras_stub_generator
328 tools/tesh/tesh
329 examples/msg/tracing/categories
330 examples/msg/tracing/ms
331 teshsuite/simdag/platforms/is_router_test
332 examples/msg/masterslave/masterslave_cluster
333 examples/simdag/simdag_tracing
334 examples/gras/spawn/spawn_child
335 examples/gras/spawn/spawn_father
336 examples/smpi/smpi_traced
337 examples/smpi/ttest01
338 teshsuite/datadesc_usage.out
339 test_rl
340 test_sg
341 examples/smpi/smpi_traced.trace
342 examples/simdag/dot/simulate_dot
343 teshsuite/simdag/platforms/graphicator
344
345 #########################################""
346 ## tutorial files
347 doc/gtut-files/01-bones_client
348 doc/gtut-files/01-bones_server
349 doc/gtut-files/02-simple_client
350 doc/gtut-files/02-simple_server
351 doc/gtut-files/03-args_client
352 doc/gtut-files/03-args_server
353 doc/gtut-files/04-callback_client
354 doc/gtut-files/04-callback_server
355 doc/gtut-files/05-globals_client
356 doc/gtut-files/05-globals_server
357 doc/gtut-files/06-logs_client
358 doc/gtut-files/06-logs_server
359 doc/gtut-files/07-timers_client
360 doc/gtut-files/07-timers_server
361 doc/gtut-files/08-exceptions_client
362 doc/gtut-files/08-exceptions_server
363 doc/gtut-files/09-simpledata_client
364 doc/gtut-files/09-simpledata_server
365 doc/gtut-files/10-rpc_client
366 doc/gtut-files/10-rpc_server
367 doc/gtut-files/11-explicitwait_client
368 doc/gtut-files/11-explicitwait_server