Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do not declare variables in the middle of nowhere.
[simgrid.git] / .gitignore
index 0bf9ae6..807f3a3 100644 (file)
@@ -59,13 +59,17 @@ examples/msg/z_gtnets.trace
 examples/msg/tracing/procmig
 examples/msg/tracing/tasks
 examples/msg/tracing/volume
+examples/msg/mc/bugged3
+examples/msg/mc/random_test
+examples/simdag/ex_sd_seq_access
+examples/simdag/sd_seq_access
 
 src/simgrid_units_main.c
 *_unit.c
 src/supernovae_*.c
 
-buildtools/Cmake/src/tmp_gras_config.h.in
-buildtools/Cmake/src/tmp_tracing_config.h.in
+buildtools/Cmake/tmp_gras_config.h.in
+buildtools/Cmake/tmp_tracing_config.h.in
 make_simgrid_java.sh
 
 testgraph.dot
@@ -153,6 +157,9 @@ examples/msg/properties/msg_prop
 examples/msg/sendrecv/sendrecv
 examples/msg/suspend/suspend
 examples/msg/trace/test_trace_integration
+examples/msg/mc/centralized
+examples/msg/mc/bugged2
+examples/msg/mc/bugged1
 examples/simdag/ex_sd_test
 examples/simdag/ex_sd_test2
 examples/simdag/metaxml/sd_meta
@@ -184,6 +191,7 @@ src/context_sysv_config.h
 src/gras_config.h
 src/smpi/smpicc
 src/smpi/smpirun
+src/bindings/lua/libsimgrid.so
 src/testall
 src/ucontext_stack.h
 teshsuite/datadesc_usage.out
@@ -235,4 +243,5 @@ tools/tesh/tesh
 examples/msg/tracing/categories
 examples/msg/tracing/ms
 
-
+.cproject
+.project