X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/648c6f2eb7bb4369e8e3835f598848ecea10cc7d..84da52b43d6e8ab3b470f764fed326209239676b:/.gitignore diff --git a/.gitignore b/.gitignore index b20603e3b1..da96b88cfe 100644 --- a/.gitignore +++ b/.gitignore @@ -37,6 +37,7 @@ src/supernovae_*.c _*.c include/simgrid_config.h include/instr/tracing_config.h +include/smpi/smpif.h src/context_sysv_config.h src/gras_config.h src/smpi/smpicc @@ -61,6 +62,7 @@ Testing/ Makefile bin/ lib/ +build_dir/ buildtools/Cmake/test_prog/prog_va_copy.c @@ -185,6 +187,8 @@ examples/msg/trace/test_trace_integration examples/msg/mc/centralized examples/msg/mc/bugged2 examples/msg/mc/bugged1 +examples/msg/parallel_contexts/pcontexts +examples/msg/parallel_contexts/pcontexts2 examples/simdag/ex_sd_test examples/simdag/ex_sd_test2 examples/simdag/metaxml/sd_meta @@ -260,7 +264,6 @@ tools/gras/gras_stub_generator tools/tesh/tesh examples/msg/tracing/categories examples/msg/tracing/ms -examples/msg/chord/chord teshsuite/simdag/platforms/is_router_test examples/msg/masterslave/masterslave_cluster examples/simdag/simdag_tracing @@ -273,3 +276,4 @@ test_rl test_sg examples/smpi/smpi_traced.trace examples/simdag/dot/simulate_dot +teshsuite/simdag/platforms/graphicator