From c2cd35aeab21598865631b3310efb166bdffc800 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Fri, 27 Jun 2014 10:03:23 +0200 Subject: [PATCH] ignore some generated files --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index bba0e9587a..9d3fced53f 100644 --- a/.gitignore +++ b/.gitignore @@ -232,6 +232,15 @@ examples/smpi/mc/bugged2 src/replay/replay src/testall teshsuite/bug-17132/bug-17132 +teshsuite/smpi/bcast/bcast_coll +teshsuite/smpi/compute/compute2 +teshsuite/smpi/compute/compute3 +teshsuite/smpi/pingpong/broken_hostfiles.tesh +teshsuite/smpi/pingpong/dsend +teshsuite/smpi/pingpong/empty-hostfile.txt +teshsuite/smpi/pingpong/tmpkkndqe +teshsuite/smpi/reduce/reduce_coll +teshsuite/smpi/reduce/reduce_scatter_coll teshsuite/smpi/allgather/allgather_coll teshsuite/smpi/allgatherv/allgatherv_coll teshsuite/smpi/allreduce/allreduce_coll @@ -706,6 +715,7 @@ teshsuite/smpi/mpich3-test/topo/cartcreates teshsuite/smpi/mpich3-test/topo/cartshift1 teshsuite/smpi/mpich3-test/topo/cartsuball teshsuite/smpi/mpich3-test/topo/cartzero +teshsuite/msg/storage/concurrent_rw teshsuite/msg/host_on_off/host_on_off teshsuite/msg/process/process teshsuite/msg/process_join/process_join -- 2.20.1