X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/79affec61e2c9af35fc9d5c5f34c977dde041283..fa64fcb262f602ee8d6b7a4fcb483ddf3e697276:/.gitignore diff --git a/.gitignore b/.gitignore index 5940061402..70c6b5fbd0 100644 --- a/.gitignore +++ b/.gitignore @@ -118,6 +118,19 @@ tags callgrind.out.* ### Examples and traces *.exe +examples/c/actor-daemon/actor-daemon-c +examples/c/actor-exiting/actor-exiting-c +examples/c/actor-join/actor-join-c +examples/c/actor-kill/actor-kill-c +examples/c/actor-migrate/actor-migrate-c +examples/c/actor-suspend/actor-suspend-c +examples/c/actor-yield/actor-yield-c +examples/c/app-pingpong/app-pingpong-c +examples/c/app-token-ring/app-token-ring-c +examples/c/async-waitall/async-waitall-c +examples/c/async-waitany/async-waitany-c +examples/c/energy-exec/energy-exec-c +examples/c/io-disk-raw/io-disk-raw-c examples/deprecated/msg/app-masterworker/app-masterworker examples/deprecated/msg/cloud-masterworker/cloud-masterworker examples/deprecated/msg/dht-kademlia/dht-kademlia @@ -181,6 +194,7 @@ examples/s4u/exec-monitor/s4u-exec-monitor examples/s4u/exec-ptask/s4u-exec-ptask examples/s4u/exec-remote/s4u-exec-remote examples/s4u/exec-waitany/s4u-exec-waitany +examples/s4u/exec-waitfor/s4u-exec-waitfor examples/s4u/io-async/s4u-io-async examples/s4u/io-file-remote/s4u-io-file-remote examples/s4u/io-file-system/s4u-io-file-system @@ -241,17 +255,11 @@ teshsuite/mc/mutex-handling/without-mutex-handling teshsuite/mc/random-bug/random-bug teshsuite/msg/app-bittorrent/bittorrent teshsuite/msg/app-chainsend/chainsend -teshsuite/msg/app-pingpong/app-pingpong -teshsuite/msg/app-token-ring/app-token-ring -teshsuite/msg/async-waitall/async-waitall -teshsuite/msg/async-waitany/async-waitany teshsuite/msg/async-wait/async-wait teshsuite/msg/cloud-capping/cloud-capping teshsuite/msg/cloud-migration/cloud-migration -teshsuite/msg/cloud-sharing/cloud-sharing teshsuite/msg/cloud-simple/cloud-simple teshsuite/msg/cloud-two-tasks/cloud-two-tasks -teshsuite/msg/energy-consumption/energy-consumption teshsuite/msg/energy-pstate/energy-pstate teshsuite/msg/energy-ptask/energy-ptask teshsuite/msg/get_sender/get_sender @@ -260,16 +268,9 @@ teshsuite/msg/host_on_off_processes/host_on_off_processes teshsuite/msg/host_on_off_recv/host_on_off_recv teshsuite/msg/io-file/io-file teshsuite/msg/io-file-remote/io-file-remote -teshsuite/msg/io-raw-storage/io-raw-storage teshsuite/msg/platform-properties/platform-properties teshsuite/msg/plugin-hostload/plugin-hostload -teshsuite/msg/process-daemon/process-daemon -teshsuite/msg/process-join/process-join -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/task_destroy_cancel/task_destroy_cancel teshsuite/msg/task_listen_from/task_listen_from teshsuite/msg/task-priority/task-priority