Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
ignore timing errors since they are really useless
[simgrid.git] / .gitignore
1 checkall.log
2 TAGS
3 *.mk
4 *.l[oa]
5 *.loT
6 *.[oa]
7 *.class
8 *.cmake
9 .libs
10 .deps
11 .dirstamp
12 stamp*
13 .emacs.desktop
14 CMakeFiles
15 CMakeCache.txt
16 DartConfiguration.tcl
17 Testing/
18 Makefile
19 test_rl
20 test_sg
21 _*.c
22 *~
23 *_simulator
24 config.log
25 config.status
26 Makefile.in
27
28 src/*_unit.c
29 src/supernovae_*.c
30 src/simgrid_units_main.c
31 src/gras_config.h.in
32
33 cmake_install.cmake
34 CMakeFiles
35
36 tools/graspe_master
37 examples/java/*/classnoinst.stamp
38 ###
39
40 aclocal.m4
41 acmacro/libtool.m4
42 acmacro/ltoptions.m4
43 acmacro/ltsugar.m4
44 acmacro/ltversion.m4
45 acmacro/lt~obsolete.m4
46 config.guess
47 config.sub
48 configure
49 install-sh
50 libtool
51 ltmain.sh
52
53 autom4te.cache/*
54 doc/Doxyfile
55 include/simgrid_config.h
56 examples/amok/bandwidth/bandwidth_maestro
57 examples/amok/bandwidth/bandwidth_sensor
58 examples/amok/saturate/saturate_maestro
59 examples/amok/saturate/saturate_sensor
60 examples/gras/all2all/all2all_receiver
61 examples/gras/all2all/all2all_sender
62 examples/gras/chrono/chrono_multiplier
63 examples/gras/mmrpc/mmrpc_client
64 examples/gras/mmrpc/mmrpc_server
65 examples/gras/mutual_exclusion/simple_token/simple_token_node
66 examples/gras/mutual_exclusion/simple_token/simple_token_checker
67 examples/gras/ping/ping_client
68 examples/gras/ping/ping_server
69 examples/gras/ping/ping_checker
70 examples/gras/pmm/pmm_master
71 examples/gras/pmm/pmm_slave
72 examples/gras/properties/properties_alice
73 examples/gras/properties/properties_bob
74 examples/gras/properties/properties_master
75 examples/gras/properties/properties_slave
76 examples/gras/rpc/rpc_client
77 examples/gras/rpc/rpc_forwarder
78 examples/gras/rpc/rpc_server
79 examples/gras/spawn/spawn_child
80 examples/gras/spawn/spawn_father
81 examples/gras/synchro/synchro_philosopher
82 examples/gras/timer/timer_client
83 examples/gras/replay/replay_simulator
84 examples/gras/replay/replay_master
85 examples/gras/replay/replay_worker
86 examples/msg/actions/actions
87 examples/msg/gtnets/gtnets
88 examples/msg/masterslave/masterslave_bypass
89 examples/msg/masterslave/masterslave_failure
90 examples/msg/masterslave/masterslave_forwarder
91 examples/msg/masterslave/masterslave_mailbox
92 examples/msg/migration/migration
93 examples/msg/parallel_task/parallel_task
94 examples/msg/parallel_task/test_ptask
95 examples/msg/priority/priority
96 examples/msg/properties/msg_prop
97 examples/msg/sendrecv/sendrecv
98 examples/msg/suspend/suspend
99 examples/msg/trace/test_trace_integration
100 examples/simdag/ex_sd_test
101 examples/simdag/ex_sd_test2
102 examples/simdag/metaxml/sd_meta
103 examples/simdag/properties/sd_prop
104 examples/simdag/sd_test
105 examples/simdag/sd_test2
106 examples/simdag/dax/dax_test
107 examples/smpi/reduce
108 examples/smpi/bcast
109 examples/smpi/bcbench
110 examples/smpi/compute
111 examples/smpi/compute2
112 examples/smpi/compute3
113 examples/smpi/first
114 examples/smpi/mvmul
115 examples/smpi/ring_c
116 examples/smpi/second
117 examples/smpi/split
118 examples/smpi/allreduce
119 examples/smpi/pingpong
120 examples/smpi/scatter
121 examples/smpi/alltoall2
122 examples/smpi/alltoall_basic
123 examples/smpi/alltoallv
124 examples/smpi/sendrecv
125 examples/smpi/smpi_sendrecv
126 simgrid-*-svn/*
127 src/.classes/*
128 src/context_sysv_config.h
129 src/gras_config.h
130 src/simgrid.jar
131 src/smpi/smpicc
132 src/smpi/smpirun
133 src/testall
134 src/ucontext_stack.h
135 teshsuite/datadesc_usage.out
136 teshsuite/gras/datadesc/datadesc_usage
137 teshsuite/gras/empty_main/empty_main_function
138 teshsuite/gras/msg_handle/msg_handle_client
139 teshsuite/gras/msg_handle/msg_handle_server
140 teshsuite/gras/small_sleep/log.txt
141 teshsuite/gras/small_sleep/small_sleep_function
142 teshsuite/gras/modelcheck/modelcheck_checker
143 teshsuite/msg/get_sender
144 teshsuite/simdag/basic0
145 teshsuite/simdag/basic1
146 teshsuite/simdag/basic2
147 teshsuite/simdag/basic3
148 teshsuite/simdag/basic4
149 teshsuite/simdag/basic5
150 teshsuite/simdag/basic6
151 teshsuite/simdag/network/mxn/test_intra_all2all
152 teshsuite/simdag/network/mxn/test_intra_independent_comm
153 teshsuite/simdag/network/mxn/test_intra_scatter
154 teshsuite/simdag/network/p2p/test_latency1
155 teshsuite/simdag/network/p2p/test_latency2
156 teshsuite/simdag/network/p2p/test_latency3
157 teshsuite/simdag/network/p2p/test_latency_bound
158 teshsuite/simdag/network/test_reinit_costs
159 teshsuite/simdag/platforms/basic_parsing_test
160 teshsuite/simdag/platforms/flatifier
161 teshsuite/simdag/partask/test_comp_only_par
162 teshsuite/simdag/partask/test_comp_only_seq
163 teshsuite/xbt/log_large_test
164 teshsuite/xbt/parallel_log_crashtest
165 testsuite/run_tests
166 testsuite/simdag/sd_test
167 testsuite/surf/lmm_usage
168 testsuite/surf/maxmin_bench
169 testsuite/surf/surf_usage
170 testsuite/surf/surf_usage2
171 testsuite/surf/trace_usage
172 testsuite/testgraph.dot
173 testsuite/testgraph.xml
174 testsuite/xbt/context_usage
175 testsuite/xbt/graphxml_usage
176 testsuite/xbt/heap_bench
177 testsuite/xbt/log_usage
178 tools/gras/gras_stub_generator
179 tools/graspe-slave
180 tools/tesh/tesh
181