[LTP] [PATCH] open_posix: Add all logfiles to gitignore

Joerg Vehlow lkml@jv-coder.de
Tue Mar 16 07:55:42 CET 2021


From: Joerg Vehlow <joerg.vehlow@aox-tech.de>

The logfiles are created, when the tests are compiled and
should not be committed.

Signed-off-by: Joerg Vehlow <joerg.vehlow@aox-tech.de>
---
 testcases/open_posix_testsuite/.gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testcases/open_posix_testsuite/.gitignore b/testcases/open_posix_testsuite/.gitignore
index 7ddf3cd90..ad281df14 100644
--- a/testcases/open_posix_testsuite/.gitignore
+++ b/testcases/open_posix_testsuite/.gitignore
@@ -13,3 +13,5 @@
 
 /bin/t0
 run.sh
+
+logfile
\ No newline at end of file
-- 
2.25.1



More information about the ltp mailing list