Skip to content

Commit 02311cd

Browse files
committed
.gitignore: add a missing test executable
Also alphebetize the ignored files in test/class.
1 parent 6287d43 commit 02311cd

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

.gitignore

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -754,21 +754,24 @@ test/asm/atomic_barrier_noinline
754754
test/asm/atomic_spinlock
755755
test/asm/*.log
756756
test/asm/*.trs
757+
757758
test/class/*.txt
758759
test/class/*.exe
759-
test/class/ompi_circular_buffer_fifo
760+
test/class/*.log
761+
test/class/*.trs
760762
test/class/ompi_bitmap_test_out.txt
763+
test/class/ompi_circular_buffer_fifo
761764
test/class/ompi_fifo
762-
test/class/opal_list
763-
test/class/opal_hash_table
764-
test/class/opal_value_array
765765
test/class/ompi_rb_tree
766766
test/class/ompi_bitmap
767-
test/class/opal_pointer_array
768767
test/class/opal_bitmap
768+
test/class/opal_hash_table
769+
test/class/opal_list
770+
test/class/opal_pointer_array
771+
test/class/opal_proc_table
769772
test/class/opal_tree
770-
test/class/*.log
771-
test/class/*.trs
773+
test/class/opal_value_array
774+
772775
test/datatype/ddt_test
773776
test/datatype/ddt_pack
774777
test/datatype/to_self

0 commit comments

Comments
 (0)