diff mbox series

gitignore: Update with some filetypes

Message ID 79262dbe1f7888eb02e1911501eebafa6f2f6400.1616583806.git.viresh.kumar@linaro.org
State New
Headers show
Series gitignore: Update with some filetypes | expand

Commit Message

Viresh Kumar March 24, 2021, 11:03 a.m. UTC
Update .gitignore to ignore .swp and .patch files.

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

Comments

Viresh Kumar May 26, 2021, 6:08 a.m. UTC | #1
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.
Alex Bennée May 26, 2021, 12:13 p.m. UTC | #2
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>
Viresh Kumar July 13, 2021, 3:24 a.m. UTC | #3
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 ?
Alex Bennée July 13, 2021, 8:26 a.m. UTC | #4
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.
diff mbox series

Patch

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