X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02fbf5e463830a439464adae8626cd4f2dad27fd..eaa1cca10a928612bca388e4bd4bf82dd59e3b04:/.gitignore diff --git a/.gitignore b/.gitignore index 38cb12727c..c76894cab1 100644 --- a/.gitignore +++ b/.gitignore @@ -185,10 +185,10 @@ 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 -examples/s4u/actor-priority/s4u-actor-priority examples/s4u/actor-suspend/s4u-actor-suspend examples/s4u/actor-yield/s4u-actor-yield examples/s4u/app-bittorrent/s4u-bittorrent @@ -204,8 +204,12 @@ 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/energy-pstate/s4u-energy-pstate examples/s4u/io/s4u-io +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 @@ -262,20 +266,27 @@ 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-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