X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9c465091d678fdec3dddc9a1a0f64a5a1a3c8b2f..78e5edee4cb3845cedd7b603d611129cce6a14e9:/.gitignore diff --git a/.gitignore b/.gitignore index 779d0d4a33..1af6839f41 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,9 @@ checkall.log TAGS *.mk *.l[oa] +*.loT *.[oa] +*.class .libs .deps .dirstamp @@ -17,14 +19,28 @@ _*.c config.log config.status Makefile.in + src/*_unit.c src/simgrid_units_main.c -tools/graspe_master -examples/java/* +src/gras_config.h.in +tools/graspe_master +examples/java/*/classnoinst.stamp ### aclocal.m4 +acmacro/libtool.m4 +acmacro/ltoptions.m4 +acmacro/ltsugar.m4 +acmacro/ltversion.m4 +acmacro/lt~obsolete.m4 +config.guess +config.sub +configure +install-sh +libtool +ltmain.sh + autom4te.cache/* doc/Doxyfile examples/amok/bandwidth/bandwidth_maestro @@ -54,12 +70,15 @@ examples/gras/spawn/spawn_child examples/gras/spawn/spawn_father examples/gras/synchro/synchro_philosopher examples/gras/timer/timer_client +examples/msg/actions/actions examples/msg/gtnets/gtnets examples/msg/masterslave/masterslave_bypass examples/msg/masterslave/masterslave_failure examples/msg/masterslave/masterslave_forwarder examples/msg/masterslave/masterslave_mailbox +examples/msg/migration/migration examples/msg/parallel_task/parallel_task +examples/msg/parallel_task/test_ptask examples/msg/priority/priority examples/msg/properties/msg_prop examples/msg/sendrecv/sendrecv @@ -68,7 +87,19 @@ examples/simdag/metaxml/sd_meta examples/simdag/properties/sd_prop examples/simdag/sd_test examples/simdag/sd_test2 -simgrid-3.3-svn/* +examples/simdag/dax/dax_test +examples/smpi/reduce +examples/smpi/bcast +examples/smpi/bcbench +examples/smpi/compute +examples/smpi/compute2 +examples/smpi/compute3 +examples/smpi/first +examples/smpi/mvmul +examples/smpi/ring_c +examples/smpi/second +examples/smpi/split +simgrid-*-svn/* src/.classes/* src/context_sysv_config.h src/gras_config.h @@ -85,6 +116,7 @@ teshsuite/gras/msg_handle/msg_handle_server teshsuite/gras/small_sleep/log.txt teshsuite/gras/small_sleep/small_sleep_function teshsuite/gras/modelcheck/modelcheck_checker +teshsuite/msg/get_sender teshsuite/simdag/basic0 teshsuite/simdag/basic1 teshsuite/simdag/basic2 @@ -100,6 +132,8 @@ teshsuite/simdag/network/p2p/test_latency2 teshsuite/simdag/network/p2p/test_latency3 teshsuite/simdag/network/p2p/test_latency_bound teshsuite/simdag/network/test_reinit_costs +teshsuite/simdag/platforms/basic_parsing_test +teshsuite/simdag/platforms/flatifier teshsuite/simdag/partask/test_comp_only_par teshsuite/simdag/partask/test_comp_only_seq teshsuite/xbt/log_large_test