X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ac01cf7b4713bf611c5e81e99e175486affb6307..8390edb6b4361182e8afc6bc34aa7b8f5eba65fa:/.gitignore diff --git a/.gitignore b/.gitignore index f73c3e732a..0a474a8908 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 @@ -212,6 +214,7 @@ examples/smpi/alltoall_basic examples/smpi/alltoallv examples/smpi/sendrecv examples/smpi/smpi_sendrecv +src/replay/replay src/testall teshsuite/gras/datadesc/datadesc_usage teshsuite/gras/empty_main/empty_main_function @@ -271,3 +274,4 @@ test_rl test_sg examples/smpi/smpi_traced.trace examples/simdag/dot/simulate_dot +teshsuite/simdag/platforms/graphicator