Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
yeah, right all of us use git-svn these days. No need to hide it
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 4 Feb 2009 11:34:35 +0000 (11:34 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 4 Feb 2009 11:34:35 +0000 (11:34 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6133 48e7efb5-ca39-0410-a469-dd3cf9ba447f

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..779d0d4
--- /dev/null
@@ -0,0 +1,123 @@
+checkall.log
+TAGS
+*.mk
+*.l[oa]
+*.[oa]
+.libs
+.deps
+.dirstamp
+stamp*
+.emacs.desktop
+Makefile
+test_rl
+test_sg
+_*.c
+*~
+*_simulator
+config.log
+config.status
+Makefile.in
+src/*_unit.c
+src/simgrid_units_main.c
+tools/graspe_master
+examples/java/*
+
+###
+
+aclocal.m4
+autom4te.cache/*
+doc/Doxyfile
+examples/amok/bandwidth/bandwidth_maestro
+examples/amok/bandwidth/bandwidth_sensor
+examples/amok/saturate/saturate_maestro
+examples/amok/saturate/saturate_sensor
+examples/gras/all2all/all2all_receiver
+examples/gras/all2all/all2all_sender
+examples/gras/chrono/chrono_multiplier
+examples/gras/mmrpc/mmrpc_client
+examples/gras/mmrpc/mmrpc_server
+examples/gras/mutual_exclusion/simple_token/simple_token_node
+examples/gras/mutual_exclusion/simple_token/simple_token_checker
+examples/gras/ping/ping_client
+examples/gras/ping/ping_server
+examples/gras/ping/ping_checker
+examples/gras/pmm/pmm_master
+examples/gras/pmm/pmm_slave
+examples/gras/properties/properties_alice
+examples/gras/properties/properties_bob
+examples/gras/properties/properties_master
+examples/gras/properties/properties_slave
+examples/gras/rpc/rpc_client
+examples/gras/rpc/rpc_forwarder
+examples/gras/rpc/rpc_server
+examples/gras/spawn/spawn_child
+examples/gras/spawn/spawn_father
+examples/gras/synchro/synchro_philosopher
+examples/gras/timer/timer_client
+examples/msg/gtnets/gtnets
+examples/msg/masterslave/masterslave_bypass
+examples/msg/masterslave/masterslave_failure
+examples/msg/masterslave/masterslave_forwarder
+examples/msg/masterslave/masterslave_mailbox
+examples/msg/parallel_task/parallel_task
+examples/msg/priority/priority
+examples/msg/properties/msg_prop
+examples/msg/sendrecv/sendrecv
+examples/msg/suspend/suspend
+examples/simdag/metaxml/sd_meta
+examples/simdag/properties/sd_prop
+examples/simdag/sd_test
+examples/simdag/sd_test2
+simgrid-3.3-svn/*
+src/.classes/*
+src/context_sysv_config.h
+src/gras_config.h
+src/simgrid.jar
+src/smpi/smpicc
+src/smpi/smpirun
+src/testall
+src/ucontext_stack.h
+teshsuite/datadesc_usage.out
+teshsuite/gras/datadesc/datadesc_usage
+teshsuite/gras/empty_main/empty_main_function
+teshsuite/gras/msg_handle/msg_handle_client
+teshsuite/gras/msg_handle/msg_handle_server
+teshsuite/gras/small_sleep/log.txt
+teshsuite/gras/small_sleep/small_sleep_function
+teshsuite/gras/modelcheck/modelcheck_checker
+teshsuite/simdag/basic0
+teshsuite/simdag/basic1
+teshsuite/simdag/basic2
+teshsuite/simdag/basic3
+teshsuite/simdag/basic4
+teshsuite/simdag/basic5
+teshsuite/simdag/basic6
+teshsuite/simdag/network/mxn/test_intra_all2all
+teshsuite/simdag/network/mxn/test_intra_independent_comm
+teshsuite/simdag/network/mxn/test_intra_scatter
+teshsuite/simdag/network/p2p/test_latency1
+teshsuite/simdag/network/p2p/test_latency2
+teshsuite/simdag/network/p2p/test_latency3
+teshsuite/simdag/network/p2p/test_latency_bound
+teshsuite/simdag/network/test_reinit_costs
+teshsuite/simdag/partask/test_comp_only_par
+teshsuite/simdag/partask/test_comp_only_seq
+teshsuite/xbt/log_large_test
+teshsuite/xbt/parallel_log_crashtest
+testsuite/run_tests
+testsuite/simdag/sd_test
+testsuite/surf/lmm_usage
+testsuite/surf/maxmin_bench
+testsuite/surf/surf_usage
+testsuite/surf/surf_usage2
+testsuite/surf/trace_usage
+testsuite/testgraph.dot
+testsuite/testgraph.xml
+testsuite/xbt/context_usage
+testsuite/xbt/graphxml_usage
+testsuite/xbt/heap_bench
+testsuite/xbt/log_usage
+tools/gras/gras_stub_generator
+tools/graspe-slave
+tools/tesh/tesh
+