[Libguestfs] [PATCH libldm v3 2/2] Make git to ignore all test output files.

Mykola Ivanets stenavin at gmail.com
Thu May 10 20:15:28 UTC 2018


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




More information about the Libguestfs mailing list