All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gitignore: Update with some filetypes
@ 2021-03-24 11:03 Viresh Kumar
  2021-05-26  6:08 ` Viresh Kumar
  2021-05-26 12:13 ` Alex Bennée
  0 siblings, 2 replies; 5+ messages in thread
From: Viresh Kumar @ 2021-03-24 11:03 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Viresh Kumar, Vincent Guittot

Update .gitignore to ignore .swp and .patch files.

Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 75a4be07240f..eb2553026c5e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ GTAGS
 *~
 *.ast_raw
 *.depend_raw
+*.swp
+*.patch
-- 
2.25.0.rc1.19.g042ed3e048af



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitignore: Update with some filetypes
  2021-03-24 11:03 [PATCH] gitignore: Update with some filetypes Viresh Kumar
@ 2021-05-26  6:08 ` Viresh Kumar
  2021-05-26 12:13 ` Alex Bennée
  1 sibling, 0 replies; 5+ messages in thread
From: Viresh Kumar @ 2021-05-26  6:08 UTC (permalink / raw)
  To: qemu-devel; +Cc: Alex Bennée, Vincent Guittot

On 24-03-21, 16:33, Viresh Kumar wrote:
> Update .gitignore to ignore .swp and .patch files.
> 
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> ---
>  .gitignore | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 75a4be07240f..eb2553026c5e 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -13,3 +13,5 @@ GTAGS
>  *~
>  *.ast_raw
>  *.depend_raw
> +*.swp
> +*.patch

Ping.

-- 
viresh


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitignore: Update with some filetypes
  2021-03-24 11:03 [PATCH] gitignore: Update with some filetypes Viresh Kumar
  2021-05-26  6:08 ` Viresh Kumar
@ 2021-05-26 12:13 ` Alex Bennée
  2021-07-13  3:24   ` Viresh Kumar
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Bennée @ 2021-05-26 12:13 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Vincent Guittot, qemu-devel


Viresh Kumar <viresh.kumar@linaro.org> writes:

> Update .gitignore to ignore .swp and .patch files.
>
> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitignore: Update with some filetypes
  2021-05-26 12:13 ` Alex Bennée
@ 2021-07-13  3:24   ` Viresh Kumar
  2021-07-13  8:26     ` Alex Bennée
  0 siblings, 1 reply; 5+ messages in thread
From: Viresh Kumar @ 2021-07-13  3:24 UTC (permalink / raw)
  To: Alex Bennée; +Cc: Vincent Guittot, qemu-devel

On 26-05-21, 13:13, Alex Bennée wrote:
> 
> Viresh Kumar <viresh.kumar@linaro.org> writes:
> 
> > Update .gitignore to ignore .swp and .patch files.
> >
> > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
> 
> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

No one picked it up yet, do I need to do something here ?

-- 
viresh


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitignore: Update with some filetypes
  2021-07-13  3:24   ` Viresh Kumar
@ 2021-07-13  8:26     ` Alex Bennée
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2021-07-13  8:26 UTC (permalink / raw)
  To: Viresh Kumar; +Cc: Vincent Guittot, qemu-devel


Viresh Kumar <viresh.kumar@linaro.org> writes:

> On 26-05-21, 13:13, Alex Bennée wrote:
>> 
>> Viresh Kumar <viresh.kumar@linaro.org> writes:
>> 
>> > Update .gitignore to ignore .swp and .patch files.
>> >
>> > Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
>> 
>> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
>
> No one picked it up yet, do I need to do something here ?

As no one else has picked it up queued to for-6.1/misc-fixes, thanks.

-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-07-13  8:27 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-24 11:03 [PATCH] gitignore: Update with some filetypes Viresh Kumar
2021-05-26  6:08 ` Viresh Kumar
2021-05-26 12:13 ` Alex Bennée
2021-07-13  3:24   ` Viresh Kumar
2021-07-13  8:26     ` Alex Bennée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.