X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f7e9bf9cd6ea2c2cfb9246613c03d667d66fd79..91bec12b79ccabec119048b74d7e6f1814699dc5:/.gitignore diff --git a/.gitignore b/.gitignore index 1bb333841e..8c173a1fa5 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ config.status Makefile.in src/*_unit.c +src/supernovae_*.c src/simgrid_units_main.c src/gras_config.h.in @@ -29,6 +30,11 @@ examples/java/*/classnoinst.stamp ### aclocal.m4 +acmacro/libtool.m4 +acmacro/ltoptions.m4 +acmacro/ltsugar.m4 +acmacro/ltversion.m4 +acmacro/lt~obsolete.m4 config.guess config.sub configure @@ -38,6 +44,14 @@ ltmain.sh autom4te.cache/* doc/Doxyfile +buildtools/Cmake/Testing/ +buildtools/Cmake/CMakeFiles/ +buildtools/Cmake/CMakeCache.txt +buildtools/Cmake/CTestTestfile.cmake +buildtools/Cmake/cmake_install.cmake +buildtools/Cmake/CTestCustom.ctest +buildtools/Cmake/DartConfiguration.tcl +include/simgrid_config.h examples/amok/bandwidth/bandwidth_maestro examples/amok/bandwidth/bandwidth_sensor examples/amok/saturate/saturate_maestro @@ -65,12 +79,16 @@ examples/gras/spawn/spawn_child examples/gras/spawn/spawn_father examples/gras/synchro/synchro_philosopher examples/gras/timer/timer_client +examples/gras/replay/replay_simulator +examples/gras/replay/replay_master +examples/gras/replay/replay_worker examples/msg/actions/actions 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/migration/migration examples/msg/parallel_task/parallel_task examples/msg/parallel_task/test_ptask examples/msg/priority/priority @@ -81,9 +99,23 @@ examples/simdag/metaxml/sd_meta examples/simdag/properties/sd_prop examples/simdag/sd_test examples/simdag/sd_test2 -teshsuite/simdag/platforms/basic_parsing_test -teshsuite/simdag/platforms/flatifier -simgrid-3.3-svn/* +examples/simdag/dax/dax_test +examples/smpi/reduce +examples/smpi/bcast +examples/smpi/bcbench +examples/smpi/compute +examples/smpi/compute2 +examples/smpi/compute3 +examples/smpi/first +examples/smpi/mvmul +examples/smpi/ring_c +examples/smpi/second +examples/smpi/split +examples/smpi/allreduce +examples/smpi/pingpong +examples/smpi/scatter +examples/smpi/sendrecv +simgrid-*-svn/* src/.classes/* src/context_sysv_config.h src/gras_config.h @@ -100,6 +132,7 @@ 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/msg/get_sender teshsuite/simdag/basic0 teshsuite/simdag/basic1 teshsuite/simdag/basic2 @@ -115,6 +148,8 @@ 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/platforms/basic_parsing_test +teshsuite/simdag/platforms/flatifier teshsuite/simdag/partask/test_comp_only_par teshsuite/simdag/partask/test_comp_only_seq teshsuite/xbt/log_large_test