Logo AND Algorithmique Numérique Distribuée

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