On 16/10/2024 5:51 pm, Steven Rostedt wrote:
On Tue, 15 Oct 2024 16:45:02 +0100 Metin Kaya <metin.kaya@xxxxxxx> wrote: I'm applying this, but even the most trivial patches must have a commit log. There should never be an empty commit log (except for whitespace and spelling fixes).
Exactly. I kind of had lack of creativity while writing the commit.
I added this: The test program utest/trace-utest is created by "make test" and should not be tracked by git.
Thank you! Will copy this to my other .gitignore patch in trace-cmd [1].[1] https://lore.kernel.org/linux-trace-devel/20241015154413.4189532-1-metin.kaya@xxxxxxx
-- SteveSigned-off-by: Metin Kaya <metin.kaya@xxxxxxx> --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 3e72a58..7e61473 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ tfs_version.h *.o .*.d sqlhist +utest/trace-utest