X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4cdee840700eca8f959fc7c973ec78c40e027a62..d53e7db348cf100819ca9b3bc8f30406dd5077ea:/.gitignore diff --git a/.gitignore b/.gitignore index d348d0590d..dcce047e29 100644 --- a/.gitignore +++ b/.gitignore @@ -135,7 +135,6 @@ examples/msg/energy-consumption/energy-consumption examples/msg/energy-onoff/energy-onoff examples/msg/energy-pstate/energy-pstate examples/msg/energy-vm/energy-vm -examples/msg/io-file/io-file examples/msg/io-file-unlink/io-file-unlink examples/msg/io-remote/io-remote examples/msg/io-storage/io-storage @@ -185,6 +184,7 @@ examples/s4u/actions-storage/s4u-actions-storage examples/s4u/actor-create/s4u-actor-create examples/s4u/actor-daemon/s4u-actor-daemon examples/s4u/actor-execute/s4u-actor-execute +examples/s4u/actor-join/s4u-actor-join examples/s4u/actor-kill/s4u-actor-kill examples/s4u/actor-lifetime/s4u-actor-lifetime examples/s4u/actor-migration/s4u-actor-migration @@ -203,8 +203,13 @@ examples/s4u/basic/s4u-basic_function examples/s4u/dht-chord/s4u-dht-chord examples/s4u/energy-link/s4u-energy-link examples/s4u/energy-ptask/s4u-energy-ptask -examples/s4u/io/s4u-io +examples/s4u/energy-pstate/s4u-energy-pstate +examples/s4u/energy-vm/s4u-energy-vm +examples/s4u/io-file-system/s4u-io-file-system +examples/s4u/io-file-remote/s4u-io-file-remote +examples/s4u/io-storage-raw/s4u-io-storage-raw examples/s4u/mutex/s4u-mutex +examples/s4u/platform-properties/s4u-platform-properties examples/s4u/plugin-hostload/s4u-plugin-hostload examples/simdag/daxload/sd_daxload examples/simdag/dag-dotload/sd_dag-dotload @@ -261,20 +266,28 @@ teshsuite/msg/async-waitall/async-waitall teshsuite/msg/async-waitany/async-waitany teshsuite/msg/cloud-sharing/cloud-sharing teshsuite/msg/concurrent_rw/concurrent_rw +teshsuite/msg/energy-pstate/energy-pstate teshsuite/msg/energy-ptask/energy-ptask teshsuite/msg/get_sender/get_sender teshsuite/msg/host_on_off/host_on_off teshsuite/msg/host_on_off_processes/host_on_off_processes teshsuite/msg/host_on_off_recv/host_on_off_recv teshsuite/msg/host_on_off_wait/host_on_off_wait +teshsuite/msg/io-file/io-file +teshsuite/msg/io-file-remote/io-file-remote +teshsuite/msg/io-raw-storage/io-raw-storage teshsuite/msg/listen_async/listen_async teshsuite/msg/pid/pid +teshsuite/msg/platform-properties/platform-properties teshsuite/msg/process/process teshsuite/msg/process-daemon/process-daemon +teshsuite/msg/process-kill/process-kill +teshsuite/msg/process-lifetime/process-lifetime teshsuite/msg/process-migration/process-migration teshsuite/msg/process-suspend/process-suspend teshsuite/msg/process-yield/process-yield teshsuite/msg/storage_client_server/storage_client_server +teshsuite/msg/task_progress/task_progress teshsuite/msg/task_destroy_cancel/task_destroy_cancel teshsuite/msg/task_listen_from/task_listen_from teshsuite/msg/trace_integration/trace_integration