All files generted after running "make check" are added into .gitignore. --- test/.gitignore | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-)
diff --git a/test/.gitignore b/test/.gitignore index 8ee133a..7e62d30 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -1,19 +1,20 @@ -2003R2_MIRRORED -2003R2_MIRRORED_partial_1 -2003R2_MIRRORED_partial_2 -2003R2_RAID5 -2003R2_RAID5_partial_1 -2003R2_RAID5_partial_2 -2003R2_RAID5_partial_3 -2003R2_SIMPLE -2003R2_SPANNED -2003R2_STRIPED -2008R2_MIRRORED -2008R2_MIRRORED_partial_1 -2008R2_MIRRORED_partial_2 -2008R2_RAID5 -2008R2_RAID5_partial_1 -2008R2_RAID5_partial_2 -2008R2_RAID5_partial_3 -2008R2_SPANNED -2008R2_STRIPED +2003R2_MIRRORED* +2003R2_MIRRORED_partial_1* +2003R2_MIRRORED_partial_2* +2003R2_RAID5* +2003R2_RAID5_partial_1* +2003R2_RAID5_partial_2* +2003R2_RAID5_partial_3* +2003R2_SIMPLE* +2003R2_SPANNED* +2003R2_STRIPED* +2008R2_MIRRORED* +2008R2_MIRRORED_partial_1* +2008R2_MIRRORED_partial_2* +2008R2_RAID5* +2008R2_RAID5_partial_1* +2008R2_RAID5_partial_2* +2008R2_RAID5_partial_3* +2008R2_SPANNED* +2008R2_STRIPED* +test-suite.log -- 2.17.0 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
