Re: [PATCH] libtracefs .gitignore: Ignore utest/trace-utest in git
Steven Rostedt <[email protected]>
| Newsgroups | org.kernel.vger.linux-trace-devel |
|---|---|
| Message-ID | <[email protected]> |
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). 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 <[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