From 6adafc493ebb455b2f9faf5c583e28f9dfe1bba6 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 10 Dec 2017 21:26:40 +0100 Subject: [PATCH] gitignore: deal with recent file movments --- .gitignore | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index b1275309bc..8b2e59ae12 100644 --- a/.gitignore +++ b/.gitignore @@ -125,7 +125,6 @@ examples/msg/app-chainsend/chainsend examples/msg/cloud-capping/cloud-capping examples/msg/cloud-masterworker/cloud-masterworker examples/msg/cloud-migration/cloud-migration -examples/msg/cloud-multicore/cloud-multicore examples/msg/cloud-simple/cloud-simple examples/msg/cloud-two-tasks/cloud-two-tasks examples/msg/dht-chord/dht-chord @@ -133,17 +132,10 @@ examples/msg/dht-kademlia/dht-kademlia examples/msg/dht-pastry/dht-pastry 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-unlink/io-file-unlink -examples/msg/io-remote/io-remote -examples/msg/io-storage/io-storage examples/msg/platform-failures/platform-failures examples/msg/plugin-hostload/plugin-hostload examples/msg/process-create/process-create -examples/msg/process-kill/process-kill -examples/msg/process-join/process-join -examples/msg/process-startkilltime/process-startkilltime examples/msg/app-masterworker/app-masterworker examples/msg/mc/bugged1 examples/msg/mc/bugged1_liveness @@ -164,7 +156,6 @@ examples/msg/ms.trace examples/msg/network-ns3/network-ns3 examples/msg/task-priority/task-priority examples/msg/procmig.trace -examples/msg/platform-properties/platform-properties examples/msg/synchro-semaphore/synchro-semaphore examples/msg/app-pingpong/app-pingpong examples/msg/maestro-set/maestro-set @@ -179,8 +170,6 @@ examples/msg/trace-platform/trace-platform examples/msg/trace-host-user-variables/trace-host-user-variables examples/msg/*.pcap examples/msg/*.tr -examples/s4u/actions-comm/s4u-actions-comm -examples/s4u/actions-storage/s4u-actions-storage examples/s4u/actor-create/s4u-actor-create examples/s4u/actor-daemon/s4u-actor-daemon examples/s4u/actor-join/s4u-actor-join @@ -196,10 +185,6 @@ examples/s4u/app-token-ring/s4u-app-token-ring examples/s4u/async-wait/s4u-async-wait examples/s4u/async-waitall/s4u-async-waitall examples/s4u/async-waitany/s4u-async-waitany -examples/s4u/basic/s4u-basic -examples/s4u/basic/s4u-basic_deployment -examples/s4u/basic/s4u-basic_function -examples/s4u/cloud-progress-monitor/s4u-cloud-progress-monitor examples/s4u/dht-chord/s4u-dht-chord examples/s4u/energy-link/s4u-energy-link examples/s4u/energy-ptask/s4u-energy-ptask @@ -207,12 +192,16 @@ examples/s4u/energy-pstate/s4u-energy-pstate examples/s4u/energy-vm/s4u-energy-vm examples/s4u/exec-async/s4u-exec-async examples/s4u/exec-basic/s4u-exec-basic +examples/s4u/exec-monitor/s4u-exec-monitor +examples/s4u/exec-remote/s4u-exec-remote 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/s4u/replay-comm/s4u-replay-comm +examples/s4u/replay-storage/s4u-replay-storage examples/simdag/daxload/sd_daxload examples/simdag/dag-dotload/sd_dag-dotload examples/simdag/ptg-dotload/sd_ptg-dotload @@ -283,14 +272,16 @@ 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-join/process-join 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/task_progress/task_progress +teshsuite/msg/task-priority/task-priority teshsuite/msg/trace_integration/trace_integration teshsuite/simdag/availability/availability teshsuite/simdag/basic-link-test/basic-link-test @@ -872,6 +863,7 @@ teshsuite/smpi/mpich3-test/rma/put_base teshsuite/smpi/mpich3-test/rma/put_bottom teshsuite/smpi/mpich3-test/rma/racc_local_comp teshsuite/smpi/mpich3-test/rma/req_example +teshsuite/smpi/mpich3-test/rma/rget-testall teshsuite/smpi/mpich3-test/rma/rma-contig teshsuite/smpi/mpich3-test/rma/rmanull teshsuite/smpi/mpich3-test/rma/rmazero @@ -980,6 +972,5 @@ src/PageStore_unit.cpp src/bindings/java/MANIFEST.MF NATIVE/ VERSION -examples/msg/exception/exception include/smpi/mpif.h a.out -- 2.20.1