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

* [LTP] [PATCH] open_posix: Add all logfiles to gitignore
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Li Wang @ 2021-03-16  7:39 UTC (permalink / raw)
  To: ltp

On Tue, Mar 16, 2021 at 2:56 PM Joerg Vehlow <lkml@jv-coder.de> wrote:

> From: Joerg Vehlow <joerg.vehlow@aox-tech.de>
>
> The logfiles are created, when the tests are compiled and
> should not be committed.
>

Pushed, thanks!

-- 
Regards,
Li Wang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linux.it/pipermail/ltp/attachments/20210316/fdab1002/attachment.htm>

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

* [LTP] [PATCH] open_posix: Add all logfiles to gitignore
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Cyril Hrubis @ 2021-03-16 14:14 UTC (permalink / raw)
  To: ltp

Hi!
> 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

Can you please setup your $EDITOR to add newline at the end of the files?

-- 
Cyril Hrubis
chrubis@suse.cz

^ permalink raw reply	[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.