X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/12ab9f6d3d340747aae64b0e75eded8268c6fed2..ada64beec413781e8e11cc6106c5411962cac0fb:/.gitignore diff --git a/.gitignore b/.gitignore index da96b88cfe..c6bdbe95e0 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 @@ -42,7 +36,6 @@ src/context_sysv_config.h src/gras_config.h src/smpi/smpicc src/smpi/smpirun -doc/footer.html simgrid-*.tar.gz ################################################ @@ -63,6 +56,7 @@ Makefile bin/ lib/ build_dir/ +build/ buildtools/Cmake/test_prog/prog_va_copy.c @@ -86,6 +80,7 @@ doc/realtoc.sh doc/tmp.realtoc doc/using_bib.html doc/Doxyfile +doc/footer.html ################################################ ### Specific of project @@ -99,6 +94,7 @@ simgrid.anjuta Debug/ .emacs.desktop tags +callgrind.out.* ################################################ ### Examples and traces @@ -121,6 +117,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 @@ -216,6 +213,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