X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/06fb23775d9c37e19f357bea5c6dad37483553a0..6c1487ed9411709f547ffb549cd21a6fb7b0aab2:/.gitignore diff --git a/.gitignore b/.gitignore index d924cd862b..5032bee886 100644 --- a/.gitignore +++ b/.gitignore @@ -66,6 +66,8 @@ build/ *.bpr *.bpf ### Documentation +docs/source/java +docs/source/_ext/__pycache__/ doc/allclasses-frame.html doc/allclasses-noframe.html doc/constant-values.html @@ -157,9 +159,11 @@ examples/s4u/app-masterworkers/s4u-app-masterworkers-class examples/s4u/app-masterworkers/s4u-app-masterworkers-fun examples/s4u/app-pingpong/s4u-app-pingpong examples/s4u/app-token-ring/s4u-app-token-ring +examples/s4u/async-ready/s4u-async-ready examples/s4u/async-wait/s4u-async-wait examples/s4u/async-waitall/s4u-async-waitall examples/s4u/async-waitany/s4u-async-waitany +examples/s4u/async-waituntil/s4u-async-waituntil examples/s4u/cloud-capping/s4u-cloud-capping examples/s4u/cloud-migration/s4u-cloud-migration examples/s4u/cloud-simple/s4u-cloud-simple @@ -180,13 +184,14 @@ 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 examples/s4u/io-storage-raw/s4u-io-storage-raw -examples/s4u/mutex/s4u-mutex examples/s4u/platform-failures/s4u-platform-failures 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/s4u/routing-get-clusters/s4u-routing-get-clusters +examples/s4u/synchro-barrier/s4u-synchro-barrier +examples/s4u/synchro-mutex/s4u-synchro-mutex examples/s4u/trace-platform/s4u-trace-platform examples/simdag/availability/sd_availability examples/simdag/dag-dotload/sd_dag-dotload @@ -268,10 +273,10 @@ teshsuite/msg/trace_integration/trace_integration teshsuite/s4u/actor/actor teshsuite/s4u/actor-autorestart/actor-autorestart teshsuite/s4u/actor-migration/actor-migration +teshsuite/s4u/activity-lifecycle/activity-lifecycle teshsuite/s4u/cloud-interrupt-migration/cloud-interrupt-migration teshsuite/s4u/comm-pt2pt/comm-pt2pt teshsuite/s4u/concurrent_rw/concurrent_rw -teshsuite/s4u/host_on_off_wait/host_on_off_wait teshsuite/s4u/listen_async/listen_async teshsuite/s4u/pid/pid teshsuite/s4u/storage_client_server/storage_client_server