X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f2df13795e01302813a6aef10825ec7e922ce530..fa66e7fdf0897317a6d43e00e6f1b0883227bc35:/.gitignore diff --git a/.gitignore b/.gitignore index 6dc00ee2e1..4a612b2acf 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ *.plist *.trace *.class +\#* ################################################ ### Maintainer mode @@ -254,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 @@ -733,6 +735,7 @@ 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 @@ -760,22 +763,8 @@ teshsuite/simdag/partask/test_comp_only_par teshsuite/simdag/partask/test_comp_only_seq teshsuite/xbt/log_large_test teshsuite/xbt/parallel_log_crashtest -testsuite/xbt/parmap_bench teshsuite/xbt/mmalloc_test teshsuite/xbt/parmap_test -testsuite/run_tests -testsuite/simdag/sd_test -testsuite/surf/lmm_usage -testsuite/surf/maxmin_bench -testsuite/surf/surf_usage -testsuite/surf/surf_usage2 -testsuite/surf/trace_usage -testsuite/testgraph.dot -testsuite/testgraph.xml -testsuite/xbt/context_usage -testsuite/xbt/graphxml_usage -testsuite/xbt/heap_bench -testsuite/xbt/log_usage tools/tesh/tesh examples/msg/tracing/categories examples/msg/tracing/ms @@ -797,6 +786,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 @@ -810,3 +800,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