X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2b800fc83599b74d17a437694638c80dc87eee23..0af1d56856d15cd2cc1494bbc2ef9b18baa2329f:/.gitignore diff --git a/.gitignore b/.gitignore index 1e6b8acf72..0a474a8908 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.log *_simulator *.mk +*.swp +*.patch ################################################ ### Simgrid java @@ -35,10 +37,13 @@ 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 src/smpi/smpirun +doc/footer.html +simgrid-*.tar.gz ################################################ ### Cmake files @@ -57,6 +62,7 @@ Testing/ Makefile bin/ lib/ +build_dir/ buildtools/Cmake/test_prog/prog_va_copy.c @@ -92,6 +98,7 @@ simgrid.anjuta .externalToolBuilders/ Debug/ .emacs.desktop +tags ################################################ ### Examples and traces @@ -113,6 +120,7 @@ examples/msg/tracing/tasks examples/msg/tracing/volume examples/msg/mc/bugged3 examples/msg/mc/random_test +examples/msg/chord/chord examples/simdag/ex_sd_seq_access examples/simdag/sd_seq_access examples/msg/icomms/peer @@ -130,6 +138,7 @@ examples/simdag/scheduling/Montage_25.jed examples/msg/irc_isend/peer examples/msg/irc_isend/toto.txt examples/simdag/dot/dot_test +examples/simdag/dot/dot_test2 examples/smpi/toto.txt examples/java/*/classnoinst.stamp examples/amok/bandwidth/bandwidth_maestro @@ -205,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 @@ -263,3 +273,5 @@ teshsuite/datadesc_usage.out test_rl test_sg examples/smpi/smpi_traced.trace +examples/simdag/dot/simulate_dot +teshsuite/simdag/platforms/graphicator