Logo AND Algorithmique Numérique Distribuée

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