X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f9441591170080ba35824edebfd88a23fc843e5..44d361c91bd348cd70ee6afbdf63a5c2a7406dc1:/.gitignore diff --git a/.gitignore b/.gitignore index 6ffb2158c5..5a79481d0c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ *.log *_simulator *.mk +*.swp +*.patch ################################################ ### Simgrid java @@ -35,11 +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 -include/smpi/smpif.h +doc/footer.html +simgrid-*.tar.gz ################################################ ### Cmake files @@ -58,6 +62,7 @@ Testing/ Makefile bin/ lib/ +build_dir/ buildtools/Cmake/test_prog/prog_va_copy.c @@ -93,6 +98,8 @@ simgrid.anjuta .externalToolBuilders/ Debug/ .emacs.desktop +tags +callgrind.out.* ################################################ ### Examples and traces @@ -114,6 +121,8 @@ examples/msg/tracing/tasks examples/msg/tracing/volume examples/msg/mc/bugged3 examples/msg/mc/random_test +examples/msg/chord/chord +examples/msg/token_ring/token_ring examples/simdag/ex_sd_seq_access examples/simdag/sd_seq_access examples/msg/icomms/peer @@ -131,6 +140,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 @@ -179,6 +189,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 @@ -206,6 +218,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 @@ -264,3 +277,5 @@ teshsuite/datadesc_usage.out test_rl test_sg examples/smpi/smpi_traced.trace +examples/simdag/dot/simulate_dot +teshsuite/simdag/platforms/graphicator