Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix a small bug found by eclipse, and change some details to remove false positives...
[simgrid.git] / .gitignore
1 checkall.log
2 TAGS
3 *.mk
4 *.l[oa]
5 *.[oa]
6 .libs
7 .deps
8 .dirstamp
9 stamp*
10 .emacs.desktop
11 Makefile
12 test_rl
13 test_sg
14 _*.c
15 *~
16 *_simulator
17 config.log
18 config.status
19 Makefile.in
20 src/*_unit.c
21 src/simgrid_units_main.c
22 tools/graspe_master
23 examples/java/*
24
25 ###
26
27 aclocal.m4
28 autom4te.cache/*
29 doc/Doxyfile
30 examples/amok/bandwidth/bandwidth_maestro
31 examples/amok/bandwidth/bandwidth_sensor
32 examples/amok/saturate/saturate_maestro
33 examples/amok/saturate/saturate_sensor
34 examples/gras/all2all/all2all_receiver
35 examples/gras/all2all/all2all_sender
36 examples/gras/chrono/chrono_multiplier
37 examples/gras/mmrpc/mmrpc_client
38 examples/gras/mmrpc/mmrpc_server
39 examples/gras/mutual_exclusion/simple_token/simple_token_node
40 examples/gras/mutual_exclusion/simple_token/simple_token_checker
41 examples/gras/ping/ping_client
42 examples/gras/ping/ping_server
43 examples/gras/ping/ping_checker
44 examples/gras/pmm/pmm_master
45 examples/gras/pmm/pmm_slave
46 examples/gras/properties/properties_alice
47 examples/gras/properties/properties_bob
48 examples/gras/properties/properties_master
49 examples/gras/properties/properties_slave
50 examples/gras/rpc/rpc_client
51 examples/gras/rpc/rpc_forwarder
52 examples/gras/rpc/rpc_server
53 examples/gras/spawn/spawn_child
54 examples/gras/spawn/spawn_father
55 examples/gras/synchro/synchro_philosopher
56 examples/gras/timer/timer_client
57 examples/msg/gtnets/gtnets
58 examples/msg/masterslave/masterslave_bypass
59 examples/msg/masterslave/masterslave_failure
60 examples/msg/masterslave/masterslave_forwarder
61 examples/msg/masterslave/masterslave_mailbox
62 examples/msg/parallel_task/parallel_task
63 examples/msg/priority/priority
64 examples/msg/properties/msg_prop
65 examples/msg/sendrecv/sendrecv
66 examples/msg/suspend/suspend
67 examples/simdag/metaxml/sd_meta
68 examples/simdag/properties/sd_prop
69 examples/simdag/sd_test
70 examples/simdag/sd_test2
71 simgrid-3.3-svn/*
72 src/.classes/*
73 src/context_sysv_config.h
74 src/gras_config.h
75 src/simgrid.jar
76 src/smpi/smpicc
77 src/smpi/smpirun
78 src/testall
79 src/ucontext_stack.h
80 teshsuite/datadesc_usage.out
81 teshsuite/gras/datadesc/datadesc_usage
82 teshsuite/gras/empty_main/empty_main_function
83 teshsuite/gras/msg_handle/msg_handle_client
84 teshsuite/gras/msg_handle/msg_handle_server
85 teshsuite/gras/small_sleep/log.txt
86 teshsuite/gras/small_sleep/small_sleep_function
87 teshsuite/gras/modelcheck/modelcheck_checker
88 teshsuite/simdag/basic0
89 teshsuite/simdag/basic1
90 teshsuite/simdag/basic2
91 teshsuite/simdag/basic3
92 teshsuite/simdag/basic4
93 teshsuite/simdag/basic5
94 teshsuite/simdag/basic6
95 teshsuite/simdag/network/mxn/test_intra_all2all
96 teshsuite/simdag/network/mxn/test_intra_independent_comm
97 teshsuite/simdag/network/mxn/test_intra_scatter
98 teshsuite/simdag/network/p2p/test_latency1
99 teshsuite/simdag/network/p2p/test_latency2
100 teshsuite/simdag/network/p2p/test_latency3
101 teshsuite/simdag/network/p2p/test_latency_bound
102 teshsuite/simdag/network/test_reinit_costs
103 teshsuite/simdag/partask/test_comp_only_par
104 teshsuite/simdag/partask/test_comp_only_seq
105 teshsuite/xbt/log_large_test
106 teshsuite/xbt/parallel_log_crashtest
107 testsuite/run_tests
108 testsuite/simdag/sd_test
109 testsuite/surf/lmm_usage
110 testsuite/surf/maxmin_bench
111 testsuite/surf/surf_usage
112 testsuite/surf/surf_usage2
113 testsuite/surf/trace_usage
114 testsuite/testgraph.dot
115 testsuite/testgraph.xml
116 testsuite/xbt/context_usage
117 testsuite/xbt/graphxml_usage
118 testsuite/xbt/heap_bench
119 testsuite/xbt/log_usage
120 tools/gras/gras_stub_generator
121 tools/graspe-slave
122 tools/tesh/tesh
123