X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0a5b9684ee8e2485eb3ca07bffa2b3e618f9c229..b8f1fa1304e5b8ad170ef29c9fcb14ccf0a6d832:/.gitignore diff --git a/.gitignore b/.gitignore index 0a474a8908..ee6cc13953 100644 --- a/.gitignore +++ b/.gitignore @@ -9,12 +9,8 @@ *.mk *.swp *.patch - -################################################ -### Simgrid java -*.class -simgrid.jar -src/simgrid.jar +*.plist +*.trace ################################################ ### Libraries links @@ -42,7 +38,6 @@ src/context_sysv_config.h src/gras_config.h src/smpi/smpicc src/smpi/smpirun -doc/footer.html simgrid-*.tar.gz ################################################ @@ -63,6 +58,7 @@ Makefile bin/ lib/ build_dir/ +build/ buildtools/Cmake/test_prog/prog_va_copy.c @@ -86,6 +82,7 @@ doc/realtoc.sh doc/tmp.realtoc doc/using_bib.html doc/Doxyfile +doc/footer.html ################################################ ### Specific of project @@ -99,6 +96,7 @@ simgrid.anjuta Debug/ .emacs.desktop tags +callgrind.out.* ################################################ ### Examples and traces @@ -121,6 +119,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 @@ -187,6 +186,9 @@ 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/msg/pmm/msg_pmm examples/simdag/ex_sd_test examples/simdag/ex_sd_test2 examples/simdag/metaxml/sd_meta @@ -214,6 +216,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