X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6f54f95c01d108028c7c75dbf64c8fd507c723a0..87fe018897fc0f3d573c18f4fa736ec38727dcf6:/.gitignore diff --git a/.gitignore b/.gitignore index 6bd2da21ab..c9a714f70b 100644 --- a/.gitignore +++ b/.gitignore @@ -7,12 +7,21 @@ *.log *_simulator *.mk +*.swp +*.patch +*.plist +*.trace ################################################ -### Simgrid java -*.class -simgrid.jar -src/simgrid.jar +### Maintainer mode +src/simdag/dax_dtd.l +src/surf/simgrid_dtd.l +src/xbt/graphxml.l + +################################################ +### Jedule +examples/simdag/scheduling/simgrid.jed +teshsuite/simdag/platforms/simgrid.jed ################################################ ### Libraries links @@ -34,13 +43,14 @@ src/supernovae_*.c ### Generated files _*.c include/simgrid_config.h +include/xbt/version.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 +src/smpi/smpirun +simgrid-*.tar.gz ################################################ ### Cmake files @@ -55,10 +65,13 @@ _CPack_Packages/ CMakeFiles CMakeCache.txt DartConfiguration.tcl +simgrid.nsi Testing/ Makefile bin/ lib/ +build_dir/ +build/ buildtools/Cmake/test_prog/prog_va_copy.c @@ -71,17 +84,13 @@ buildtools/Cmake/test_prog/prog_va_copy.c ### Documentation doc/all_bib.html doc/logcategories.sh -doc/publis_core.bib -doc/publis_core_bib.html -doc/publis_count.html -doc/publis_extern.bib -doc/publis_extern_bib.html -doc/publis_intra.bib -doc/publis_intra_bib.html doc/realtoc.sh doc/tmp.realtoc doc/using_bib.html doc/Doxyfile +doc/footer.html +*.doc.toc +doc/latex/ ################################################ ### Specific of project @@ -94,6 +103,8 @@ simgrid.anjuta .externalToolBuilders/ Debug/ .emacs.desktop +tags +callgrind.out.* ################################################ ### Examples and traces @@ -115,6 +126,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 @@ -132,6 +145,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 @@ -180,6 +194,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 @@ -207,6 +224,9 @@ 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 teshsuite/gras/empty_main/empty_main_function @@ -265,3 +285,5 @@ teshsuite/datadesc_usage.out test_rl test_sg examples/smpi/smpi_traced.trace +examples/simdag/dot/simulate_dot +teshsuite/simdag/platforms/graphicator