All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH] open_posix: Add all logfiles to gitignore
@ 2021-03-16  6:55 Joerg Vehlow
  2021-03-16  7:39 ` Li Wang
  2021-03-16 14:14 ` Cyril Hrubis
  0 siblings, 2 replies; 3+ messages in thread
From: Joerg Vehlow @ 2021-03-16  6:55 UTC (permalink / raw)
  To: ltp

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-03-16 14:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-16  6:55 [LTP] [PATCH] open_posix: Add all logfiles to gitignore Joerg Vehlow
2021-03-16  7:39 ` Li Wang
2021-03-16 14:14 ` Cyril Hrubis

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.