[PATCH 1/3] gitignore: Ignore clangd and clang-format files

2023-08-07 Thread Utkarsh Verma
---
 .gitignore | 4 
 1 file changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 8b28b186e1..d0144f6737 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,7 @@ Makefile.in
 /testsuites/build/build
 /testsuites/build/wscript
 .waf*
+.clangd
+.clang-format
+compile_commands.json
+.cache/
-- 
2.41.0

___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH 1/3] gitignore: Ignore clangd and clang-format files

2023-08-07 Thread Chris Johns
On 8/8/2023 1:05 pm, Utkarsh Verma wrote:
> ---
>  .gitignore | 4 
>  1 file changed, 4 insertions(+)
> 
> diff --git a/.gitignore b/.gitignore
> index 8b28b186e1..d0144f6737 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -12,3 +12,7 @@ Makefile.in
>  /testsuites/build/build
>  /testsuites/build/wscript
>  .waf*
> +.clangd
> +.clang-format
> +compile_commands.json
> +.cache/

What are these from?

Why add them to your $HOME/.gitignore?

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH 1/3] gitignore: Ignore clangd and clang-format files

2023-08-07 Thread Chris Johns
On 8/8/2023 4:07 pm, Chris Johns wrote:
> On 8/8/2023 1:05 pm, Utkarsh Verma wrote:
>> ---
>>  .gitignore | 4 
>>  1 file changed, 4 insertions(+)
>>
>> diff --git a/.gitignore b/.gitignore
>> index 8b28b186e1..d0144f6737 100644
>> --- a/.gitignore
>> +++ b/.gitignore
>> @@ -12,3 +12,7 @@ Makefile.in
>>  /testsuites/build/build
>>  /testsuites/build/wscript
>>  .waf*
>> +.clangd
>> +.clang-format
>> +compile_commands.json
>> +.cache/
> 
> What are these from?
> 
> Why add them to your $HOME/.gitignore?

Sorry ... that should be

Why not add them to your $HOME/.gitignore?

Chris
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel


Re: [PATCH 1/3] gitignore: Ignore clangd and clang-format files

2023-08-08 Thread Utkarsh Verma
You're correct. I'll remove this commit.

Regards,
Utkarsh

On Tue, Aug 8, 2023 at 11:39 AM Chris Johns  wrote:

> On 8/8/2023 4:07 pm, Chris Johns wrote:
> > On 8/8/2023 1:05 pm, Utkarsh Verma wrote:
> >> ---
> >>  .gitignore | 4 
> >>  1 file changed, 4 insertions(+)
> >>
> >> diff --git a/.gitignore b/.gitignore
> >> index 8b28b186e1..d0144f6737 100644
> >> --- a/.gitignore
> >> +++ b/.gitignore
> >> @@ -12,3 +12,7 @@ Makefile.in
> >>  /testsuites/build/build
> >>  /testsuites/build/wscript
> >>  .waf*
> >> +.clangd
> >> +.clang-format
> >> +compile_commands.json
> >> +.cache/
> >
> > What are these from?
> >
> > Why add them to your $HOME/.gitignore?
>
> Sorry ... that should be
>
> Why not add them to your $HOME/.gitignore?
>
> Chris
>
>
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel