From: Martin Quinson Date: Mon, 4 Dec 2017 23:41:34 +0000 (+0100) Subject: ignore newly created cruft X-Git-Tag: v3.18~153 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/eaa1cca10a928612bca388e4bd4bf82dd59e3b04 ignore newly created cruft --- diff --git a/.gitignore b/.gitignore index d348d0590d..c76894cab1 100644 --- a/.gitignore +++ b/.gitignore @@ -185,6 +185,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 +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 @@ -261,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