X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2783287fbe62f8d49dfde044e6ab56971d03c2ce..7e9b6e88f6c2daa87a9f5370596e5acc7f73fc6a:/.gitignore diff --git a/.gitignore b/.gitignore index 39c981809c..21923512cd 100644 --- a/.gitignore +++ b/.gitignore @@ -70,6 +70,7 @@ Testing/ Makefile bin/ lib/ +manpages/ build_dir/ build/ buildtools/Cmake/test_prog/prog_va_copy.c @@ -92,10 +93,12 @@ doc/footer.html *.doc.toc doc/latex/ doc/html -doc/index-API.doc +doc/user_guide/html +doc/user_guide/latex +doc/ref_guide/html +doc/ref_guide/latex doc/index.php doc/simgrid.tag -doc/simgrid_modules.map doc/publis_core.bib doc/publis_core_bib.html doc/publis_count.html @@ -103,6 +106,19 @@ doc/publis_extern.bib doc/publis_extern_bib.html doc/publis_intra.bib doc/publis_intra_bib.html +doc/ref_guide/doxygen/RefGuideDoxyfile +doc/user_guide/doxygen/UserGuideDoxyfile +doc/ref_guide/doxygen/logcategories.doc +doc/user_guide/doxygen/logcategories.doc +doc/ref_guide/doxygen/simgrid_modules.map +doc/user_guide/doxygen/simgrid_modules.map +doc/index-API.doc +doc/ref_guide/doxygen/index-API.doc +doc/user_guide/doxygen/index-API.doc +doc/simgrid_modules.map +doc/logcategories.doc +doc/shared/doxygen/simgridrefguide.tag +doc/shared/doxygen/simgriduserguide.tag ################################################ ### Specific of project @@ -133,12 +149,21 @@ examples/msg/masterslave/toto.txt examples/msg/simulation.trace examples/msg/toto.txt examples/msg/z_gtnets.trace +examples/msg/cloud/masterslave_virtual_machines +examples/msg/tracing/link_srcdst_user_variables +examples/msg/tracing/link_user_variables +examples/msg/tracing/simple +examples/msg/tracing/trace_platform +examples/msg/tracing/user_variables examples/msg/tracing/procmig examples/msg/tracing/tasks examples/msg/tracing/volume examples/msg/mc/bugged3 examples/msg/mc/random_test examples/msg/chord/chord +examples/msg/chord/chord_stateful +examples/msg/chord/deployments +examples/msg/chord/exp_* examples/msg/token_ring/token_ring examples/simdag/ex_sd_seq_access examples/simdag/sd_seq_access @@ -195,6 +220,8 @@ examples/msg/masterslave/masterslave_bypass examples/msg/masterslave/masterslave_failure examples/msg/masterslave/masterslave_forwarder examples/msg/masterslave/masterslave_mailbox +examples/msg/masterslave/masterslave_kill +examples/msg/masterslave/masterslave_arg examples/msg/migration/migration examples/msg/parallel_task/parallel_task examples/msg/parallel_task/test_ptask @@ -237,8 +264,17 @@ examples/smpi/alltoall_basic examples/smpi/alltoallv examples/smpi/sendrecv examples/smpi/smpi_sendrecv +examples/smpi/dsend examples/smpi/mc_bugged1 examples/smpi/mc_bugged2 +examples/smpi/smpi_traced_simple + +examples/msg/mc/bugged1_liveness +examples/msg/mc/bugged1_stateful +examples/msg/mc/bugged2_liveness +examples/msg/mc/bugged2_stateful +examples/msg/mc/centralized_liveness + src/replay/replay src/testall teshsuite/gras/datadesc/datadesc_usage @@ -249,6 +285,7 @@ teshsuite/gras/small_sleep/log.txt teshsuite/gras/small_sleep/small_sleep_function teshsuite/gras/modelcheck/modelcheck_checker teshsuite/msg/get_sender +teshsuite/msg/trace/test_trace_integration teshsuite/simdag/basic0 teshsuite/simdag/basic1 teshsuite/simdag/basic2 @@ -266,10 +303,14 @@ 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/platforms/basic_tracing +teshsuite/simdag/platforms/evaluate_get_route_time +teshsuite/simdag/platforms/evaluate_parse_time 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 testsuite/run_tests testsuite/simdag/sd_test testsuite/surf/lmm_usage