Logo AND Algorithmique Numérique Distribuée

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