diff mbox series

libtracefs .gitignore: Ignore utest/trace-utest in git

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

Commit Message

Metin Kaya Oct. 15, 2024, 3:45 p.m. UTC
Signed-off-by: Metin Kaya <metin.kaya@arm.com>
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

Comments

Steven Rostedt Oct. 16, 2024, 4:51 p.m. UTC | #1
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
Metin Kaya Oct. 17, 2024, 8:19 a.m. UTC | #2
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 mbox series

Patch

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