X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f5616991169add56ea7c07404728ffd9bc45097..94c1f105495d5f06ac2e6920253afb3a76332702:/.gitignore diff --git a/.gitignore b/.gitignore index dbcfa12dc4..7cb95488fd 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.plist *.trace *.class +\#* ################################################ ### Maintainer mode @@ -36,10 +37,9 @@ examples/lua/console/simgrid.so simgrid.jar ################################################ -### Units and supernovae files +### Unit files src/simgrid_units_main.c src/*_unit.c -src/supernovae_*.c ################################################ ### Generated files @@ -133,7 +133,12 @@ examples/msg/simulation.trace examples/msg/toto.txt examples/msg/z_gtnets.trace examples/msg/gpu/test_MSG_gpu_task_create -examples/msg/cloud/masterslave_virtual_machines +examples/msg/cloud/bound +examples/msg/cloud/migrate_vm +examples/msg/cloud/multicore +examples/msg/cloud/scale +examples/msg/cloud/simple_vm +examples/msg/cloud/two_tasks_vm examples/msg/energy/e1/e1 examples/msg/energy/e2/e2 examples/msg/energy/e3/e3 @@ -149,6 +154,7 @@ examples/msg/tracing/tasks examples/msg/tracing/volume examples/msg/io/file examples/msg/io/file_unlink +examples/msg/io/storage examples/msg/mc/bugged3 examples/msg/mc/test/snapshot_comparison1 examples/msg/mc/test/snapshot_comparison2 @@ -219,6 +225,9 @@ examples/msg/mc/bugged1 examples/msg/parallel_contexts/pcontexts examples/msg/parallel_contexts/pcontexts2 examples/msg/pmm/msg_pmm +examples/smpi/energy/f77/sef +examples/smpi/energy/f90/sef90 +examples/smpi/energy/se examples/smpi/toto.txt examples/smpi/MM/MM_mpi examples/smpi/smpi_replay @@ -246,6 +255,7 @@ examples/smpi/mc/bugged2 src/replay/replay src/testall +teshsuite/bug-17132/bug-17132 teshsuite/smpi/allgather_coll teshsuite/smpi/allgatherv_coll teshsuite/smpi/allreduce_coll @@ -620,6 +630,7 @@ teshsuite/smpi/mpich3-test/f77/datatype/hindex1f teshsuite/smpi/mpich3-test/f77/datatype/hindexed_blockf teshsuite/smpi/mpich3-test/f77/datatype/packef teshsuite/smpi/mpich3-test/f77/datatype/typeaints.h +teshsuite/smpi/mpich3-test/f77/datatype/typeaints teshsuite/smpi/mpich3-test/f77/datatype/typecntsf teshsuite/smpi/mpich3-test/f77/datatype/typem2f teshsuite/smpi/mpich3-test/f77/datatype/typename3f @@ -716,9 +727,15 @@ teshsuite/smpi/mpich3-test/pt2pt/sendself teshsuite/smpi/mpich3-test/pt2pt/waitany-null teshsuite/smpi/mpich3-test/pt2pt/waittestnull +teshsuite/msg/host_on_off +teshsuite/msg/process +teshsuite/msg/storage/storage_basic +teshsuite/msg/task_destroy_cancel teshsuite/msg/pid teshsuite/msg/get_sender teshsuite/msg/trace/test_trace_integration +teshsuite/simix/check_defaults +teshsuite/simix/stack_overflow teshsuite/simdag/availability/availability_test teshsuite/simdag/basic0 teshsuite/simdag/basic1 @@ -783,6 +800,7 @@ examples/java/async/java_async_compiled examples/java/bittorrent/java_bittorrent_compiled examples/java/chord/java_chord_compiled examples/java/cloud/java_cloud_compiled +examples/java/cloud/migration/java_cloud_migration_compiled examples/java/commTime/java_commTime_compiled examples/java/io/java_io_compiled examples/java/kademlia/java_kademlia_compiled @@ -796,3 +814,5 @@ examples/java/priority/java_priority_compiled examples/java/startKillTime/java_startKillTime_compiled examples/java/suspend/java_suspend_compiled examples/java/tracing/java_tracing_compiled +examples/java/reservationSurfPlugin/java_reservation_surf_plugin_compiled +examples/java/surfPlugin/java_surf_plugin_compiled