Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add the last added example
[simgrid.git] / .gitignore
1 ################################################
2 ###OTHER CAT
3 *.l[oa]
4 *.loT
5 *.[oa]
6 *~
7 *.log
8 *_simulator
9 *.mk
10
11 ################################################
12 ### Simgrid java
13 *.class
14 simgrid.jar
15 src/simgrid.jar
16
17 ################################################
18 ### Libraries links 
19 src/bindings/ruby/simgrid.so
20 examples/ruby/simgrid.so
21 examples/lua/simgrid.so
22 src/bindings/ruby/libsimgrid.so
23 examples/gras/console/simgrid.so
24 examples/msg/masterslave/simgrid.so
25 examples/simdag/simgrid.so
26
27 ################################################
28 ### Units and supernovae files
29 src/simgrid_units_main.c
30 src/*_unit.c
31 src/supernovae_*.c
32
33 ################################################
34 ### Generated files
35 _*.c
36 include/simgrid_config.h
37 include/instr/tracing_config.h
38 src/context_sysv_config.h
39 src/gras_config.h
40 src/smpi/smpicc
41 src/smpi/smpirun
42 doc/footer.html
43 simgrid-*.tar.gz
44
45 ################################################
46 ### Cmake files
47 CPackConfig.cmake
48 CPackSourceConfig.cmake
49 CTestTestfile.cmake
50 conftestval
51 cmake_install.cmake
52 CMakeFiles
53 install_manifest.txt
54 _CPack_Packages/
55 CMakeFiles
56 CMakeCache.txt
57 DartConfiguration.tcl
58 Testing/
59 Makefile
60 bin/
61 lib/
62 buildtools/Cmake/test_prog/prog_va_copy.c
63
64
65 ################################################
66 ### windows borland
67 *.bpr
68 *.bpf
69
70 ################################################
71 ### Documentation
72 doc/all_bib.html
73 doc/logcategories.sh
74 doc/publis_core.bib
75 doc/publis_core_bib.html
76 doc/publis_count.html
77 doc/publis_extern.bib
78 doc/publis_extern_bib.html
79 doc/publis_intra.bib
80 doc/publis_intra_bib.html
81 doc/realtoc.sh
82 doc/tmp.realtoc
83 doc/using_bib.html
84 doc/Doxyfile
85
86 ################################################
87 ### Specific of project 
88 .cproject
89 .project
90 .settings/
91 .anjuta
92 .anjuta_sym_db.db
93 simgrid.anjuta
94 .externalToolBuilders/
95 Debug/
96 .emacs.desktop
97
98 ################################################
99 ### Examples and traces
100 *.exe
101 testgraph.dot
102 testgraph.xml
103 examples/msg/ms.trace
104 examples/msg/procmig.trace
105 examples/msg/tasks.trace
106 examples/msg/volume.trace
107 examples/msg/zmsg_test.trace
108 examples/msg/categories.trace
109 examples/msg/masterslave/toto.txt
110 examples/msg/simulation.trace
111 examples/msg/toto.txt
112 examples/msg/z_gtnets.trace
113 examples/msg/tracing/procmig
114 examples/msg/tracing/tasks
115 examples/msg/tracing/volume
116 examples/msg/mc/bugged3
117 examples/msg/mc/random_test
118 examples/simdag/ex_sd_seq_access
119 examples/simdag/sd_seq_access
120 examples/msg/icomms/peer
121 examples/msg/icomms/peer2
122 examples/gras/console/ping_client_console
123 examples/gras/console/ping_server_console
124 examples/gras/console/ping_simulator_console
125 examples/msg/icomms/.kdbgrc.peer3
126 examples/msg/icomms/peer3
127 examples/msg/icomms/toto.txt
128 examples/msg/masterslave/masterslave_console
129 examples/simdag/ex_sd_test_console
130 examples/simdag/sd_test_console
131 examples/simdag/scheduling/Montage_25.jed
132 examples/msg/irc_isend/peer
133 examples/msg/irc_isend/toto.txt
134 examples/simdag/dot/dot_test
135 examples/simdag/dot/dot_test2
136 examples/smpi/toto.txt
137 examples/java/*/classnoinst.stamp
138 examples/amok/bandwidth/bandwidth_maestro
139 examples/amok/bandwidth/bandwidth_sensor
140 examples/amok/saturate/saturate_maestro
141 examples/amok/saturate/saturate_sensor
142 examples/gras/all2all/all2all_receiver
143 examples/gras/all2all/all2all_sender
144 examples/gras/chrono/chrono_multiplier
145 examples/gras/mmrpc/mmrpc_client
146 examples/gras/mmrpc/mmrpc_server
147 examples/gras/mutual_exclusion/simple_token/simple_token_node
148 examples/gras/mutual_exclusion/simple_token/simple_token_checker
149 examples/gras/ping/ping_client
150 examples/gras/ping/ping_server
151 examples/gras/ping/ping_checker
152 examples/gras/pmm/pmm_master
153 examples/gras/pmm/pmm_slave
154 examples/gras/properties/properties_alice
155 examples/gras/properties/properties_bob
156 examples/gras/properties/properties_master
157 examples/gras/properties/properties_slave
158 examples/gras/rpc/rpc_client
159 examples/gras/rpc/rpc_forwarder
160 examples/gras/rpc/rpc_server
161 examples/gras/spawn/spawn_server
162 examples/gras/synchro/synchro_philosopher
163 examples/gras/timer/timer_client
164 examples/gras/replay/replay_simulator
165 examples/gras/replay/replay_master
166 examples/gras/replay/replay_worker
167 examples/msg/actions/actions
168 examples/msg/gtnets/gtnets
169 examples/msg/masterslave/masterslave_bypass
170 examples/msg/masterslave/masterslave_failure
171 examples/msg/masterslave/masterslave_forwarder
172 examples/msg/masterslave/masterslave_mailbox
173 examples/msg/migration/migration
174 examples/msg/parallel_task/parallel_task
175 examples/msg/parallel_task/test_ptask
176 examples/msg/priority/priority
177 examples/msg/properties/msg_prop
178 examples/msg/sendrecv/sendrecv
179 examples/msg/suspend/suspend
180 examples/msg/trace/test_trace_integration
181 examples/msg/mc/centralized
182 examples/msg/mc/bugged2
183 examples/msg/mc/bugged1
184 examples/simdag/ex_sd_test
185 examples/simdag/ex_sd_test2
186 examples/simdag/metaxml/sd_meta
187 examples/simdag/properties/sd_prop
188 examples/simdag/sd_test
189 examples/simdag/sd_test2
190 examples/simdag/dax/dax_test
191 examples/simdag/scheduling/minmin_test
192 examples/smpi/reduce
193 examples/smpi/bcast
194 examples/smpi/bcbench
195 examples/smpi/compute
196 examples/smpi/compute2
197 examples/smpi/compute3
198 examples/smpi/first
199 examples/smpi/mvmul
200 examples/smpi/ring_c
201 examples/smpi/second
202 examples/smpi/split
203 examples/smpi/allreduce
204 examples/smpi/pingpong
205 examples/smpi/scatter
206 examples/smpi/alltoall2
207 examples/smpi/alltoall_basic
208 examples/smpi/alltoallv
209 examples/smpi/sendrecv
210 examples/smpi/smpi_sendrecv
211 src/testall
212 teshsuite/gras/datadesc/datadesc_usage
213 teshsuite/gras/empty_main/empty_main_function
214 teshsuite/gras/msg_handle/msg_handle_client
215 teshsuite/gras/msg_handle/msg_handle_server
216 teshsuite/gras/small_sleep/log.txt
217 teshsuite/gras/small_sleep/small_sleep_function
218 teshsuite/gras/modelcheck/modelcheck_checker
219 teshsuite/msg/get_sender
220 teshsuite/simdag/basic0
221 teshsuite/simdag/basic1
222 teshsuite/simdag/basic2
223 teshsuite/simdag/basic3
224 teshsuite/simdag/basic4
225 teshsuite/simdag/basic5
226 teshsuite/simdag/basic6
227 teshsuite/simdag/network/mxn/test_intra_all2all
228 teshsuite/simdag/network/mxn/test_intra_independent_comm
229 teshsuite/simdag/network/mxn/test_intra_scatter
230 teshsuite/simdag/network/p2p/test_latency1
231 teshsuite/simdag/network/p2p/test_latency2
232 teshsuite/simdag/network/p2p/test_latency3
233 teshsuite/simdag/network/p2p/test_latency_bound
234 teshsuite/simdag/network/test_reinit_costs
235 teshsuite/simdag/platforms/basic_parsing_test
236 teshsuite/simdag/platforms/flatifier
237 teshsuite/simdag/partask/test_comp_only_par
238 teshsuite/simdag/partask/test_comp_only_seq
239 teshsuite/xbt/log_large_test
240 teshsuite/xbt/parallel_log_crashtest
241 testsuite/run_tests
242 testsuite/simdag/sd_test
243 testsuite/surf/lmm_usage
244 testsuite/surf/maxmin_bench
245 testsuite/surf/surf_usage
246 testsuite/surf/surf_usage2
247 testsuite/surf/trace_usage
248 testsuite/testgraph.dot
249 testsuite/testgraph.xml
250 testsuite/xbt/context_usage
251 testsuite/xbt/graphxml_usage
252 testsuite/xbt/heap_bench
253 testsuite/xbt/log_usage
254 tools/gras/gras_stub_generator
255 tools/tesh/tesh
256 examples/msg/tracing/categories
257 examples/msg/tracing/ms
258 teshsuite/simdag/platforms/is_router_test
259 examples/msg/masterslave/masterslave_cluster
260 examples/simdag/simdag_tracing
261 examples/gras/spawn/spawn_child
262 examples/gras/spawn/spawn_father
263 examples/smpi/smpi_traced
264 examples/smpi/ttest01
265 teshsuite/datadesc_usage.out
266 test_rl
267 test_sg
268 examples/smpi/smpi_traced.trace
269 examples/simdag/dot/simulate_dot