Message ID | 20241015154502.4189900-1-metin.kaya@arm.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ef70c0047c65f10bab813fc8be343dc586263579 |
Headers | show |
Series | libtracefs .gitignore: Ignore utest/trace-utest in git | expand |
On Tue, 15 Oct 2024 16:45:02 +0100 Metin Kaya <metin.kaya@arm.com> 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). I added this: The test program utest/trace-utest is created by "make test" and should not be tracked by git. -- Steve > Signed-off-by: Metin Kaya <metin.kaya@arm.com> > --- > .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
On 16/10/2024 5:51 pm, Steven Rostedt wrote: > On Tue, 15 Oct 2024 16:45:02 +0100 > Metin Kaya <metin.kaya@arm.com> 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@arm.com > > -- Steve > > >> Signed-off-by: Metin Kaya <metin.kaya@arm.com> >> --- >> .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 >
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
Signed-off-by: Metin Kaya <metin.kaya@arm.com> --- .gitignore | 1 + 1 file changed, 1 insertion(+)