X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/dbc6804c876c7a9dc95efc780fb8f102f8bee5f7..ee52e8901be69e4287c5ab242d0e9ca10df45bf9:/.gitignore diff --git a/.gitignore b/.gitignore index 845a93a664..13a058cfe3 100644 --- a/.gitignore +++ b/.gitignore @@ -10,12 +10,6 @@ *.swp *.patch -################################################ -### Simgrid java -*.class -simgrid.jar -src/simgrid.jar - ################################################ ### Libraries links src/bindings/ruby/simgrid.so @@ -37,6 +31,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 @@ -98,6 +93,7 @@ simgrid.anjuta Debug/ .emacs.desktop tags +callgrind.out.* ################################################ ### Examples and traces @@ -120,6 +116,7 @@ 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 @@ -186,6 +183,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 @@ -213,6 +212,8 @@ examples/smpi/alltoall_basic examples/smpi/alltoallv examples/smpi/sendrecv examples/smpi/smpi_sendrecv +examples/smpi/mc_bugged1 +examples/smpi/mc_bugged2 src/replay/replay src/testall teshsuite/gras/datadesc/datadesc_usage