Re: [PATCH] libtracefs .gitignore: Ignore utest/trace-utest in git
Metin Kaya <[email protected]>
| Newsgroups | org.kernel.vger.linux-trace-devel |
|---|---|
| Message-ID | <[email protected]> |
On 16/10/2024 5:51 pm, Steven Rostedt wrote: > On Tue, 15 Oct 2024 16:45:02 +0100 > Metin Kaya <[email protected]> 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/[email protected] > > -- Steve > > >> Signed-off-by: Metin Kaya <[email protected]> >> --- >> .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 >